|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Axis | |
---|---|
org.basex.query.path | This package contains XQuery path expressions. |
Uses of Axis in org.basex.query.path |
---|
Fields in org.basex.query.path declared as Axis | |
---|---|
Axis |
Step.axis
Axis. |
Methods in org.basex.query.path that return Axis | |
---|---|
static Axis |
Axis.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Axis[] |
Axis.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.basex.query.path with parameters of type Axis | |
---|---|
static Step |
Step.get(Axis a,
Test t,
Expr... p)
This method creates a step instance. |
boolean |
Step.simple(Axis ax,
boolean name)
Checks if this is a simple axis without predicates. |
Constructors in org.basex.query.path with parameters of type Axis | |
---|---|
IterStep(Axis a,
Test t,
Expr[] p,
Pos ps,
boolean l)
Constructor. |
|
SimpleIterStep(Axis a,
Test t)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |