Classes
-
TreeWalker
module:engine/view/treewalker~TreeWalker
Position iterator class. It allows to iterate forward and backward over the document.
Type Definitions
-
-
Object returned by TreeWalker
when traversing tree view.
-
Type of the step made by TreeWalker
.
Possible values: 'elementStart'
if walker is at the beginning of a node, 'elementEnd'
if walker is at the end
of node, or 'text'
if walker traversed over single and multiple characters.
For Text
elementStart
and elementEnd
is not returned.
Every day, we work hard to keep our documentation complete. Have you spotted an outdated information? Is something missing?
Please report it via our issue tracker.