Package | Description |
---|---|
org.basex.query.expr.path |
XQuery path expressions.
|
Modifier and Type | Field and Description |
---|---|
static Axis[] |
Axis.VALUES
Cached enums (faster).
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static Step |
Step.get(InputInfo info,
Axis axis,
Test test,
Expr... preds)
This method returns the most appropriate step implementation.
|
boolean |
Step.simple(Axis ax,
boolean name)
Checks if this step has no predicates and uses the specified axis text.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.