NodeIterator Class

NodeIterator class

The nodes iterator.

public class NodeIterator : Traversal

Properties

NameDescription
getFilter Defines the interface for get Filter.
getPointerBeforeReferenceNode Return the true if pointer before reference node.
getReferenceNode Get the reference node.
getRoot 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