org.oXML.type
Interface NodeIterator

All Known Implementing Classes:
AbstractNodeset.AbstractNodesetIterator, DynamicNodeset.DynamicNodesetIterator, FilteringIterator, NullNodeset, PredicateIterator, SingleNodeIterator, SubNodeIterator, UnionIterator

public interface NodeIterator

abstracts a nodeset iterator


Method Summary
 Node nextNode()
          advance the current node in this nodeset.
 int position()
          get the position of the current node within this nodeset
 

Method Detail

position

public int position()
get the position of the current node within this nodeset


nextNode

public Node nextNode()
advance the current node in this nodeset.

Returns:
the new current node or null.