Package org.jaxen.util
Class DescendantOrSelfAxisIterator
java.lang.Object
org.jaxen.util.DescendantAxisIterator
org.jaxen.util.DescendantOrSelfAxisIterator
- All Implemented Interfaces:
Iterator
Represents the XPath
descendant-or-self
axis.
The "descendant-or-self
axis contains the context node
and the descendants of the context node."- Version:
- 1.2b12
-
Constructor Summary
ConstructorsConstructorDescriptionDescendantOrSelfAxisIterator
(Object contextNode, Navigator navigator) Create a newdesscendant-or-self
axis iterator. -
Method Summary
Methods inherited from class org.jaxen.util.DescendantAxisIterator
hasNext, next, remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details