org.ucl.xpath
Class ForwardAxis

java.lang.Object
  extended byorg.ucl.xpath.ForwardAxis
All Implemented Interfaces:
Axis
Direct Known Subclasses:
AttributeAxis, ChildAxis, DescendantOrSelfAxis, FollowingAxis, FollowingSiblingAxis, SelfAxis

public abstract class ForwardAxis
extends java.lang.Object
implements Axis

An axis that only ever contains the context node or nodes that are after the context node in document order is a forward axis.


Constructor Summary
ForwardAxis()
           
 
Method Summary
 NodeType principal_node_kind()
          Return the new Element Type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ucl.xpath.Axis
iterate
 

Constructor Detail

ForwardAxis

public ForwardAxis()
Method Detail

principal_node_kind

public NodeType principal_node_kind()
Return the new Element Type

Specified by:
principal_node_kind in interface Axis
Returns:
The element type.