org.ucl.xpath
Class SelfAxis

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

public class SelfAxis
extends ForwardAxis

Create a result sequence that contains the context node


Constructor Summary
SelfAxis()
           
 
Method Summary
 ResultSequence iterate(NodeType node, DynamicContext dc)
          create new rs and add the context node to it
 
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

SelfAxis

public SelfAxis()
Method Detail

iterate

public ResultSequence iterate(NodeType node,
                              DynamicContext dc)
create new rs and add the context node to it

Parameters:
node - is the node type
dc - is the dynamic context
Returns:
rs containing node