Uses of Class
org.apache.commons.jxpath.ri.compiler.Step

Packages that use Step
org.apache.commons.jxpath.ri.axes Implementations of EvalContext used for different XPath axes (child::, parent:: etc). 
org.apache.commons.jxpath.ri.compiler XPath parse tree. 
 

Uses of Step in org.apache.commons.jxpath.ri.axes
 

Methods in org.apache.commons.jxpath.ri.axes with parameters of type Step
static NodePointer SimplePathInterpreter.interpretSimpleLocationPath(EvalContext context, NodePointer root, Step[] steps)
          Interpret a simple path that starts with the given root and follows the given steps.
static NodePointer SimplePathInterpreter.interpretSimpleExpressionPath(EvalContext context, NodePointer root, Expression[] predicates, Step[] steps)
          Interpret the steps of a simple expression path that starts with the given root, which is the result of evaluation of the root expression of the expression path, applies the given predicates to it and then follows the given steps.
 

Uses of Step in org.apache.commons.jxpath.ri.compiler
 

Methods in org.apache.commons.jxpath.ri.compiler that return Step
 Step[] Path.getSteps()
           
 

Constructors in org.apache.commons.jxpath.ri.compiler with parameters of type Step
Path(Step[] steps)
           
ExpressionPath(Expression expression, Expression[] predicates, Step[] steps)
           
LocationPath(boolean absolute, Step[] steps)
           
 



Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.