| Package | Description |
|---|---|
| org.basex.query.expr |
XQuery expressions.
|
| org.basex.query.path |
XQuery path expressions.
|
| org.basex.query.util |
XQuery utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static AxisStep |
CmpG.indexStep(Expr expr)
If possible, returns the last location step of the specified expression.
|
| Modifier and Type | Method and Description |
|---|---|
static AxisStep |
AxisStep.get(AxisStep s)
This method creates a copy from the specified step.
|
static AxisStep |
AxisStep.get(InputInfo ii,
Axis a,
Test t,
Expr... p)
This method creates a step instance.
|
AxisStep |
AxisPath.step(int i)
Returns the specified axis step.
|
| Modifier and Type | Method and Description |
|---|---|
static AxisStep |
AxisStep.get(AxisStep s)
This method creates a copy from the specified step.
|
AxisPath |
AxisPath.invertPath(Expr r,
AxisStep curr)
Inverts a location path.
|
| Modifier and Type | Field and Description |
|---|---|
AxisStep |
IndexContext.step
Index Step.
|
| Constructor and Description |
|---|
IndexContext(QueryContext c,
Data d,
AxisStep s,
boolean i)
Constructor.
|