Package org.jaxen.util
Class DescendantOrSelfAxisIterator
- java.lang.Object
-
- org.jaxen.util.DescendantAxisIterator
-
- org.jaxen.util.DescendantOrSelfAxisIterator
-
- All Implemented Interfaces:
java.util.Iterator
public class DescendantOrSelfAxisIterator extends DescendantAxisIterator
Represents the XPathdescendant-or-self
axis. The "descendant-or-self
axis contains the context node and the descendants of the context node."- Version:
- 1.2b12
-
-
Constructor Summary
Constructors Constructor Description DescendantOrSelfAxisIterator(java.lang.Object contextNode, Navigator navigator)
Create a newdesscendant-or-self
axis iterator.
-
Method Summary
-
Methods inherited from class org.jaxen.util.DescendantAxisIterator
hasNext, next, remove
-
-
-
-
Constructor Detail
-
DescendantOrSelfAxisIterator
public DescendantOrSelfAxisIterator(java.lang.Object contextNode, Navigator navigator)
Create a newdesscendant-or-self
axis iterator.- Parameters:
contextNode
- the node to start fromnavigator
- the object model specific navigator
-
-