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-selfaxis iterator. -
Method Summary
Methods inherited from class DescendantAxisIterator
hasNext, next, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details