|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ucl.xpath.ReverseAxis
org.ucl.xpath.ParentAxis
org.ucl.xpath.AncestorAxis
Returns the ancestors of the context node, this always includes the root node.
Constructor Summary | |
AncestorAxis()
|
Method Summary | |
ResultSequence |
iterate(NodeType node,
DynamicContext dc)
Get the ancestors of the context node. |
Methods inherited from class org.ucl.xpath.ReverseAxis |
principal_node_kind |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AncestorAxis()
Method Detail |
public ResultSequence iterate(NodeType node, DynamicContext dc)
iterate
in interface Axis
iterate
in class ParentAxis
node
- is the type of node.dc
- is the dynamic context.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |