|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaxen.util.DescendantAxisIterator
org.jaxen.util.DescendantOrSelfAxisIterator
public class DescendantOrSelfAxisIterator
Represents the XPath descendant-or-self
axis.
The "descendant-or-self
axis contains the context node
and the descendants of the context node."
Constructor Summary | |
---|---|
DescendantOrSelfAxisIterator(java.lang.Object contextNode,
Navigator navigator)
Create a new desscendant-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 |
Constructor Detail |
---|
public DescendantOrSelfAxisIterator(java.lang.Object contextNode, Navigator navigator)
desscendant-or-self
axis iterator.
contextNode
- the node to start fromnavigator
- the object model specific navigator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |