|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ucl.xpath.ForwardAxis
org.ucl.xpath.FollowingAxis
the following axis contains the context node's following siblings, those children of the context node's parent that occur after the context node in document order.
| Constructor Summary | |
FollowingAxis()
|
|
| Method Summary | |
ResultSequence |
iterate(NodeType node,
DynamicContext dc)
Return the result of FollowingAxis expression |
| Methods inherited from class org.ucl.xpath.ForwardAxis |
principal_node_kind |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FollowingAxis()
| 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 | |||||||||