TreeWalker class
TreeWalker class
A tree walker.
Inheritance: TreeWalker
→
Traversal
The TreeWalker type exposes the following members:
Properties
Property | Description |
---|---|
root | Defines the interface for get Root node. |
filter | Defines the interface for get Filter. |
current_node | The Current node property |
Methods
Method | Description |
---|---|
parent_node | Defines the interface for get parent node. |
first_child | Defines the interface for get first child node. |
last_child | Defines the interface for get last child node. |
previous_sibling | Defines the interface for get previous sibling node. |
next_sibling | Defines the interface for get next sibling node. |
previous_node | Defines the interface for get previous node. |
next_node | Defines the interface for get next node. |
See Also
- module
aspose.html.toolkit.markdown.syntax
- class
Traversal
- class
TreeWalker