Package org.jaxen.util
Class DescendantOrSelfAxisIterator
- java.lang.Object
-
- org.jaxen.util.DescendantAxisIterator
-
- org.jaxen.util.DescendantOrSelfAxisIterator
-
- All Implemented Interfaces:
Iterator
public class DescendantOrSelfAxisIterator extends DescendantAxisIterator
Represents the XPathdescendant-or-selfaxis. The "descendant-or-selfaxis contains the context node and the descendants of the context node."- Version:
- 1.2b12
-
-
Constructor Summary
Constructors Constructor Description DescendantOrSelfAxisIterator(Object contextNode, Navigator navigator)Create a newdesscendant-or-selfaxis 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
-
-