Properties
currentNode
Readonly
filter
Readonly
root
Readonly
whatToShow
whatToShow: number
Methods
firstChild
- firstChild(): null | <internal>.Node
-
lastChild
- lastChild(): null | <internal>.Node
-
nextNode
- nextNode(): null | <internal>.Node
-
nextSibling
- nextSibling(): null | <internal>.Node
-
parentNode
- parentNode(): null | <internal>.Node
-
previousNode
- previousNode(): null | <internal>.Node
-
previousSibling
- previousSibling(): null | <internal>.Node
-
The nodes of a document subtree and a position within them.