|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaxen.util.AncestorOrSelfAxisIterator
org.jaxen.util.AncestorAxisIterator
public class AncestorAxisIterator
Represents the XPath ancestor
axis.
The "ancestor
axis contains the ancestors of the context node;
the ancestors of the context node consist of the parent of context node and
the parent's parent and so on; thus, the ancestor axis will always include
the root node, unless the context node is the root node."
Constructor Summary | |
---|---|
AncestorAxisIterator(java.lang.Object contextNode,
Navigator navigator)
Create a new ancestor axis iterator. |
Method Summary |
---|
Methods inherited from class org.jaxen.util.AncestorOrSelfAxisIterator |
---|
hasNext, next, remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AncestorAxisIterator(java.lang.Object contextNode, Navigator navigator)
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 |