org.oXML.xpath.iterator
Class AbstractNodeset.AbstractNodesetIterator

java.lang.Object
  extended byorg.oXML.xpath.iterator.AbstractNodeset.AbstractNodesetIterator
All Implemented Interfaces:
NodeIterator
Enclosing class:
AbstractNodeset

public class AbstractNodeset.AbstractNodesetIterator
extends java.lang.Object
implements NodeIterator


Constructor Summary
AbstractNodeset.AbstractNodesetIterator()
           
 
Method Summary
 boolean hasNext()
           
 Node nextNode()
          advance the current node in this nodeset.
 int position()
          get the position of the current node within this nodeset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractNodeset.AbstractNodesetIterator

public AbstractNodeset.AbstractNodesetIterator()
Method Detail

position

public int position()
Description copied from interface: NodeIterator
get the position of the current node within this nodeset

Specified by:
position in interface NodeIterator

hasNext

public boolean hasNext()

nextNode

public Node nextNode()
Description copied from interface: NodeIterator
advance the current node in this nodeset.

Specified by:
nextNode in interface NodeIterator
Returns:
the new current node or null.