Properties
currentNode
Readonly
filter
Readonly
root
Readonly
whatToShow
whatToShow: number
Methods
firstChild
firstChild(): null | Node Returns null | Node
lastChild
Returns null | Node
nextNode
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