Creates a new TreeWalker
instance.
A root Node
of this TreeWalker
traversal.
Optional
whatToShow: numberA unsigned long representing a bitmask created by combining the constant properties of
NodeFilter
.
Optional
filter: null | NodeFilterA NodeFilter
, that is an object with a method acceptNode
, which is called by the
TreeWalker
to determine whether to accept a node that has passed the whatToShow
check.
See TreeWalker.currentNode
on MDN
Readonly
filterSee TreeWalker.filter
on MDN
Readonly
rootSee TreeWalker.root
on MDN
Readonly
whatSee TreeWalker.whatToShow
on MDN
See TreeWalker.firstChild
on MDN
See TreeWalker.lastChild
on MDN
See TreeWalker.nextNode
on MDN
See TreeWalker.nextSibling
on MDN
See TreeWalker.parentNode
on MDN
See TreeWalker.previousNode
on MDN
See TreeWalker.previousSibling
on MDN
Generated using TypeDoc
See
TreeWalker
on MDN