|
||||||||||
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.AncestorOrSelfAxis
The ancestor-or-self axis contains the context node and the ancestors of the context node, this always includes the root node.
Constructor Summary | |
AncestorOrSelfAxis()
|
Method Summary | |
ResultSequence |
iterate(NodeType node,
DynamicContext dc)
Get ancestor nodes of the context node and the context node itself. |
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 AncestorOrSelfAxis()
Method Detail |
public ResultSequence iterate(NodeType node, DynamicContext dc)
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 |