org.apache.commons.jxpath.ri.model
Interface NodeIterator

All Known Implementing Classes:
CollectionNodeIterator, DOMAttributeIterator, DOMNamespaceIterator, DOMNodeIterator, JDOMAttributeIterator, JDOMNamespaceIterator, JDOMNodeIterator, PropertyIterator

public interface NodeIterator

Definition for an iterator for all kinds of Nodes.

Version:
$Revision: 1.4 $ $Date: 2004/02/29 14:17:45 $
Author:
Dmitri Plotnikov

Method Summary
 NodePointer getNodePointer()
           
 int getPosition()
           
 boolean setPosition(int position)
          Sets the new current position and returns true if there a node at that position.
 

Method Detail

getPosition

public int getPosition()

setPosition

public boolean setPosition(int position)
Sets the new current position and returns true if there a node at that position.


getNodePointer

public NodePointer getNodePointer()