org.apache.xpath.axes
public abstract class BasicTestIterator extends LocPathIterator
Method Summary | |
---|---|
DTMIterator | cloneWithReset()
Get a cloned Iterator that is reset to the beginning
of the query.
|
int | nextNode()
Returns the next node in the set and advances the position of the
iterator in the set. |
Returns: A cloned NodeIterator set of the start of the query.
Throws: CloneNotSupportedException
Returns: The next Node
in the set being iterated over, or
null
if there are no more members in that set.