Dart SDK
dart:html
TreeWalker
class
TreeWalker
Properties
Constructors
Methods
Properties
currentNode
filter
root
whatToShow
Constructors
TreeWalker
Methods
firstChild
lastChild
nextNode
nextSibling
parentNode
previousNode
previousSibling
(Not documented.)
Annotations
DomName('TreeWalker')
Unstable()
Properties
Node
currentNode
read / write
NodeFilter
filter
read-only
Node
root
read-only
int
whatToShow
read-only
Constructors
TreeWalker
(
Node
root
,
int
whatToShow
)
Methods
firstChild
(
) →
Node
lastChild
(
) →
Node
nextNode
(
) →
Node
nextSibling
(
) →
Node
parentNode
(
) →
Node
previousNode
(
) →
Node
previousSibling
(
) →
Node