org.ucl.xpath
Class ChildAxis

java.lang.Object
  extended byorg.ucl.xpath.ForwardAxis
      extended byorg.ucl.xpath.ChildAxis
All Implemented Interfaces:
Axis
Direct Known Subclasses:
DescendantAxis

public class ChildAxis
extends ForwardAxis

The child axis contains the children of the context node.


Constructor Summary
ChildAxis()
           
 
Method Summary
 ResultSequence iterate(NodeType node, DynamicContext dc)
          Retrieves the context node's children.
 
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

ChildAxis

public ChildAxis()
Method Detail

iterate

public ResultSequence iterate(NodeType node,
                              DynamicContext dc)
Retrieves the context node's children.

Parameters:
node - is the type of node.
dc - is the dynamic context.
Returns:
The context node's children.