Uses of Class
org.basex.query.expr.path.Step
Packages that use Step
-
Uses of Step in org.basex.query.expr.path
Subclasses of Step in org.basex.query.expr.pathModifier and TypeClassDescriptionfinal classStep expression, caching all results.final classIterative step expression with one or more simple numeric predicates.final classStep expression: iterative evaluation (no positional access).Methods in org.basex.query.expr.path that return StepModifier and TypeMethodDescriptionCachedStep.copy(CompileContext cc, IntObjMap<Var> vm) IterPosStep.copy(CompileContext cc, IntObjMap<Var> vm) abstract StepStep.copy(CompileContext cc, IntObjMap<Var> vm) static StepReturns a new step.final StepAxisPath.step(int index) Returns the specified axis step. -
Uses of Step in org.basex.query.util.index
Fields in org.basex.query.util.index declared as StepModifier and TypeFieldDescriptionfinal StepIndexInfo.stepStep with predicate that can be rewritten for index access.Constructors in org.basex.query.util.index with parameters of type Step