Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jaxen.util.DescendantAxisIterator
org.jaxen.util.DescendantOrSelfAxisIterator
public class DescendantOrSelfAxisIterator
extends DescendantAxisIterator
descendant-or-self
axis.
The "descendant-or-self
axis contains the context node
and the descendants of the context node."
Field Summary |
Fields inherited from class org.jaxen.util.DescendantAxisIterator | |
children , navigator , stack |
Constructor Summary | |
|
Method Summary |
Methods inherited from class org.jaxen.util.DescendantAxisIterator | |
hasNext , next , remove |
public DescendantOrSelfAxisIterator(Object contextNode, Navigator navigator)
Create a newdesscendant-or-self
axis iterator.
- Parameters:
contextNode
- the node to start fromnavigator
- the object model specific navigator