TreeWalker class

Annotations
  • DomName('TreeWalker')
  • Unstable()

Constructors

TreeWalker(Node root, int whatToShow)

Instance Properties

currentNode Node
read / write
filter NodeFilter
read-only
root Node
read-only
whatToShow int
read-only

Instance Methods

firstChild() → Node
lastChild() → Node
nextNode() → Node
nextSibling() → Node
parentNode() → Node
previousNode() → Node
previousSibling() → Node