org.ucl.xpath
Class ReverseAxis

java.lang.Object
  extended byorg.ucl.xpath.ReverseAxis
All Implemented Interfaces:
Axis
Direct Known Subclasses:
AncestorOrSelfAxis, ParentAxis, PrecedingAxis, PrecedingSiblingAxis

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

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


Constructor Summary
ReverseAxis()
           
 
Method Summary
 NodeType principal_node_kind()
          Get the principle kind of node.
 
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

ReverseAxis

public ReverseAxis()
Method Detail

principal_node_kind

public NodeType principal_node_kind()
Description copied from interface: Axis
Get the principle kind of node.

Specified by:
principal_node_kind in interface Axis
Returns:
new element type