NodeIterator Class
NodeIterator class
The nodes iterator.
public class NodeIterator : Traversal
Properties
Name | Description |
---|
Filter { get; } | Defines the interface for get Filter. |
PointerBeforeReferenceNode { get; } | Return the true if pointer before reference node. |
ReferenceNode { get; } | Get the reference node. |
Root { get; } | Defines the interface for get Root node. |
Methods
Name | Description |
---|
Detach() | The detach() method, when invoked, must do nothing |
Dispose() | Defines the interface for dispose. |
NextNode() | Defines the interface for get the next node. |
PreviousNode() | Defines the interface for get the previous node. |
See Also