org.ucl.xpath
Class FollowingAxis

java.lang.Object
  extended byorg.ucl.xpath.ForwardAxis
      extended byorg.ucl.xpath.FollowingAxis
All Implemented Interfaces:
Axis

public class FollowingAxis
extends ForwardAxis

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

FollowingAxis

public FollowingAxis()
Method Detail

iterate

public ResultSequence iterate(NodeType node,
                              DynamicContext dc)
Return the result of FollowingAxis expression

Parameters:
node - is the type of node.
dc - is the dynamic context.
Returns:
The result of FollowingAxis.