NodeIterator class

NodeIterator class

The nodes iterator.

Inheritance: NodeIteratorTraversal

The NodeIterator type exposes the following members:

Properties

PropertyDescription
rootDefines the interface for get Root node.
filterDefines the interface for get Filter.
reference_nodeGet the reference node.
pointer_before_reference_nodeReturn the true if pointer before reference node.

Methods

MethodDescription
next_nodeDefines the interface for get the next node.
previous_nodeDefines the interface for get the previous node.
detachThe detach() method, when invoked, must do nothing

See Also