Package | Description |
---|---|
org.basex.query.expr.path |
XQuery path expressions.
|
org.basex.query.util |
XQuery utility classes.
|
Modifier and Type | Method and Description |
---|---|
abstract Step |
Step.copy(QueryContext qc,
VarScope scp,
IntObjMap<Var> vs) |
static Step |
Step.get(InputInfo info,
Axis axis,
Test test,
Expr... preds)
This method returns the most appropriate step implementation.
|
Step |
AxisPath.step(int i)
Returns the specified axis step.
|
Modifier and Type | Method and Description |
---|---|
Path |
AxisPath.invertPath(Expr rt,
Step curr)
Inverts a location path.
|
Modifier and Type | Field and Description |
---|---|
Step |
IndexInfo.step
Step with predicate that can be rewritten for index access.
|
Constructor and Description |
---|
IndexInfo(IndexContext ic,
QueryContext qc,
Step step)
Constructor.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.