NodeIterator Class

NodeIterator class

The nodes iterator.

public class NodeIterator : Traversal

Properties

NameDescription
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

NameDescription
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