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 Iterator
Iterator.hasNext()
public Object next()
next
in interface Iterator
NoSuchElementException
- if no ancestors remainIterator.next()
public void remove()
remove
in interface Iterator
UnsupportedOperationException
- alwaysCopyright © 2001-2015 Codehaus. All Rights Reserved.