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