Uses of Enum Class
org.basex.query.expr.path.Axis
Packages that use Axis
-
Uses of Axis in org.basex.query.expr.path
Fields in org.basex.query.expr.path declared as AxisModifier and TypeFieldDescriptionStep.axisAxis.static final Axis[]Axis.VALUESCached enums (faster).Methods in org.basex.query.expr.path that return AxisModifier and TypeMethodDescriptionfinal AxisAxis.invert()Inverts the axis.static AxisReturns the enum constant of this class with the specified name.static Axis[]Axis.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.basex.query.expr.path with parameters of type AxisModifier and TypeMethodDescriptionstatic ExprReturns a new optimized step.static StepReturns a new step.Constructors in org.basex.query.expr.path with parameters of type AxisModifierConstructorDescriptionCachedStep(InputInfo info, Axis axis, Test test, Expr... preds) Constructor.