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

All Known Implementing Classes:
BeanAttributeIterator, DOMAttributeIterator, DOMNamespaceIterator, DOMNodeIterator, PropertyIterator

public interface NodeIterator

Definition for an iterator for all kinds of Nodes.

Version:
$Revision: 1.1 $ $Date: 2002/04/21 21:52:32 $
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()


Copyright (c) 2001 - Apache Software Foundation