TreeWalker

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

currentNode
void currentNode(Node currentNode)
Undocumented in source. Be warned that the author may not have intended to support it.
currentNode
auto currentNode()
Undocumented in source. Be warned that the author may not have intended to support it.
filter
auto filter()
Undocumented in source. Be warned that the author may not have intended to support it.
firstChild
auto firstChild()
Undocumented in source. Be warned that the author may not have intended to support it.
lastChild
auto lastChild()
Undocumented in source. Be warned that the author may not have intended to support it.
nextNode
auto nextNode()
Undocumented in source. Be warned that the author may not have intended to support it.
nextSibling
auto nextSibling()
Undocumented in source. Be warned that the author may not have intended to support it.
parentNode
auto parentNode()
Undocumented in source. Be warned that the author may not have intended to support it.
previousNode
auto previousNode()
Undocumented in source. Be warned that the author may not have intended to support it.
previousSibling
auto previousSibling()
Undocumented in source. Be warned that the author may not have intended to support it.
root
auto root()
Undocumented in source. Be warned that the author may not have intended to support it.
whatToShow
auto whatToShow()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta