public class AncestorOrSelfAxisIterator extends Object implements Iterator
Represents the XPath ancestor-or-self axis.
The "ancestor-or-self axis contains the context node and
the ancestors of the context node; thus, the ancestor axis will
always include the root node."
| Constructor and Description |
|---|
AncestorOrSelfAxisIterator(Object contextNode,
Navigator navigator)
Create a new
ancestor-or-self axis iterator. |
public boolean hasNext()
hasNext in interface IteratorIterator.hasNext()public Object next()
next in interface IteratorNoSuchElementException - if no ancestors remainIterator.next()public void remove()
remove in interface IteratorUnsupportedOperationException - alwaysCopyright © 2001-2012 Codehaus. All Rights Reserved.