org.ucl.xpath.ast
Class Step

java.lang.Object
  extended byorg.ucl.xpath.ast.XPathNode
      extended byorg.ucl.xpath.ast.Step
Direct Known Subclasses:
ForwardStep, ReverseStep

public abstract class Step
extends XPathNode

Support for Step operations.


Constructor Summary
Step(NodeTest node_test)
          Constructor for Step.
 
Method Summary
 NodeTest node_test()
          Support for NodeTest interface.
 
Methods inherited from class org.ucl.xpath.ast.XPathNode
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Step

public Step(NodeTest node_test)
Constructor for Step.

Parameters:
node_test - Nodes for operation.
Method Detail

node_test

public NodeTest node_test()
Support for NodeTest interface.

Returns:
Result of NodeTest operation.