| Package | Description |
|---|---|
| org.basex.query.path |
XQuery path expressions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AxisPath
Axis path expression.
|
class |
MixedPath
Mixed path expression.
|
| Modifier and Type | Method and Description |
|---|---|
Path |
Path.addPreds(Expr... pred)
Adds a predicate to the last step.
|
Path |
AxisPath.copy()
Returns a copy of the path expression.
|
static Path |
Path.get(InputInfo ii,
Expr r,
Expr... path)
Returns a new path instance.
|