org.apache.commons.jxpath.ri.model
Interface NodeIterator
- All Known Implementing Classes:
- BeanAttributeIterator, CollectionAttributeNodeIterator, CollectionChildNodeIterator, CollectionNodeIterator, DOMAttributeIterator, DOMNamespaceIterator, DOMNodeIterator, DynamicAttributeIterator, DynamicPropertyIterator, JDOMAttributeIterator, JDOMNamespaceIterator, JDOMNodeIterator, PropertyIterator
public interface NodeIterator
Definition for an iterator for all kinds of Nodes.
- Version:
- $Revision: 1.4 $ $Date: 2004-02-29 09:17:46 -0500 (Sun, 29 Feb 2004) $
- Author:
- Dmitri Plotnikov
getPosition
int getPosition()
setPosition
boolean setPosition(int position)
- Sets the new current position and returns true if there a node
at that position.
getNodePointer
NodePointer getNodePointer()