org.ucl.xpath
Class FollowingSiblingAxis

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

public class FollowingSiblingAxis
extends ForwardAxis

The following-sibling 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; if the context node is an attribute nodeor namespace node, the following-sibling axis is empty.


Constructor Summary
FollowingSiblingAxis()
           
 
Method Summary
 ResultSequence iterate(NodeType node, DynamicContext dc)
          Return the result of FollowingSiblingAxis 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

FollowingSiblingAxis

public FollowingSiblingAxis()
Method Detail

iterate

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

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