org.apache.commons.jxpath.ri.model
Interface NodeIterator
- All Known Implementing Classes:
- PropertyIterator, DOMNamespaceIterator, DOMNodeIterator, DOMAttributeIterator, JDOMNamespaceIterator, JDOMAttributeIterator, JDOMNodeIterator
- public interface NodeIterator
Definition for an iterator for all kinds of Nodes.
- Version:
- $Revision: 1.2 $ $Date: 2003/03/11 00:59:23 $
- Author:
- Dmitri Plotnikov
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 © 2001-2003 Apache Software Foundation. All Rights Reserved.