Uses of Class
org.basex.query.path.Step

Packages that use Step
org.basex.query.expr XQuery expressions. 
org.basex.query.path XQuery path expressions. 
org.basex.query.util XQuery utility classes. 
 

Uses of Step in org.basex.query.expr
 

Methods in org.basex.query.expr that return Step
static Step CmpG.indexStep(Expr expr)
          If possible, returns the last location step of the specified expression.
 

Uses of Step in org.basex.query.path
 

Methods in org.basex.query.path that return Step
abstract  Step Step.copy(QueryContext ctx, VarScope scp, IntObjMap<Var> vs)
           
static Step Step.get(InputInfo ii, Axis a, Test t, Expr... p)
          This method creates a step instance.
 Step AxisPath.step(int i)
          Returns the specified axis step.
 

Methods in org.basex.query.path with parameters of type Step
 AxisPath AxisPath.invertPath(Expr r, Step curr)
          Inverts a location path.
 

Uses of Step in org.basex.query.util
 

Fields in org.basex.query.util declared as Step
 Step IndexCosts.step
          Index Step.
 

Constructors in org.basex.query.util with parameters of type Step
IndexCosts(IndexContext ic, QueryContext c, Step s)
          Constructor.