NodeIterator class
NodeIterator class
The nodes iterator.
Inheritance: NodeIterator →
Traversal
The NodeIterator type exposes the following members:
Properties
| Property | Description |
|---|---|
| root | Defines the interface for get Root node. |
| filter | Defines the interface for get Filter. |
| reference_node | Get the reference node. |
| pointer_before_reference_node | Return the true if pointer before reference node. |
Methods
| Method | Description |
|---|---|
| next_node | Defines the interface for get the next node. |
| previous_node | Defines the interface for get the previous node. |
| detach | The detach() method, when invoked, must do nothing |
See Also
- module
aspose.html.toolkit.markdown.syntax - class
NodeIterator - class
Traversal