| Package | Description |
|---|---|
| org.basex.query |
XQuery implementation.
|
| org.basex.query.path |
XQuery path expressions.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
QueryParser.checkAxis(Axis axis)
Performs an optional axis check.
|
protected void |
QuerySuggest.checkAxis(Axis axis) |
| Modifier and Type | Method and Description |
|---|---|
static Axis |
Axis.valueOf(java.lang.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.
|
| Modifier and Type | Method and Description |
|---|---|
static AxisStep |
AxisStep.get(InputInfo ii,
Axis a,
Test t,
Expr... p)
This method creates a step instance.
|
boolean |
AxisStep.simple(Axis ax,
boolean name)
Checks if this is a simple axis without predicates.
|