org.ucl.xpath.ast
Class StepExpr

java.lang.Object
  extended byorg.ucl.xpath.ast.XPathNode
      extended byorg.ucl.xpath.ast.Expr
          extended byorg.ucl.xpath.ast.StepExpr
Direct Known Subclasses:
AxisStep, FilterExpr

public abstract class StepExpr
extends Expr

Support for Step expressions.


Constructor Summary
StepExpr()
           
 
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

StepExpr

public StepExpr()