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

Packages that use Step
org.basex.query This package contains the XQuery implementation. 
org.basex.query.expr This package contains all XQuery expressions. 
org.basex.query.path This package contains XQuery path expressions. 
 

Uses of Step in org.basex.query
 

Fields in org.basex.query declared as Step
 Step IndexContext.step
          Index Step.
 

Constructors in org.basex.query with parameters of type Step
IndexContext(QueryContext c, Data d, Step s, boolean l)
          Constructor.
 

Uses of Step in org.basex.query.expr
 

Methods in org.basex.query.expr that return Step
static Step CmpG.indexStep(Expr expr)
          Returns the indexable index step or null.
 

Uses of Step in org.basex.query.path
 

Subclasses of Step in org.basex.query.path
 class IterStep
          Path expression.
 class SimpleIterStep
          Iterative step expression without predicates.
 

Fields in org.basex.query.path declared as Step
 Step[] AxisPath.step
          Expression list.
 

Methods in org.basex.query.path that return Step
static Step Step.get(Axis a, Test t, Expr... p)
          This method creates a step instance.
 

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

Constructors in org.basex.query.path with parameters of type Step
IterPath(Expr r, Step[] s)
          Constructor.