|
||||||||||
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.PrecedingSiblingAxis
the preceding axis contains all nodes that are descendants of the root of the tree in which the context node is found including the context node itself
Constructor Summary | |
PrecedingSiblingAxis()
|
Method Summary | |
ResultSequence |
iterate(NodeType node,
DynamicContext dc)
returns preceding nodes 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 PrecedingSiblingAxis()
Method Detail |
public ResultSequence iterate(NodeType node, DynamicContext dc)
node
- is the node type.dc
- is the dynamic context.
dc
- is the Dynamic context.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |