|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Axis | |
---|---|
org.basex.query.xpath.locpath | Contains classes for the evaluation of XPath 1.0 location steps. |
Uses of Axis in org.basex.query.xpath.locpath |
---|
Fields in org.basex.query.xpath.locpath declared as Axis | |
---|---|
Axis |
Step.axis
Axis. |
Methods in org.basex.query.xpath.locpath that return Axis | |
---|---|
static Axis |
Axis.find(java.lang.String c)
Returns the specified command. |
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. |
Methods in org.basex.query.xpath.locpath with parameters of type Axis | |
---|---|
static Step |
Axis.create(Axis a,
Test test)
Returns a location step instance. |
static Step |
Axis.create(Axis a,
Test test,
Preds preds)
Returns a location step instance. |
boolean |
Step.simple(Axis ax)
Checks if this is a simple axis (node test, no predicates). |
int |
Step.simpleName(Axis ax,
boolean name)
Checks if this is a simple name axis (no predicates). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |