Package | Description |
---|---|
org.basex.query.expr.path |
XQuery path expressions.
|
Modifier and Type | Class and Description |
---|---|
class |
AxisPath
Abstract axis path expression.
|
class |
MixedPath
Mixed path expression.
|
Modifier and Type | Method and Description |
---|---|
Path |
Path.addPreds(Expr... preds)
Adds predicates to the last step.
|
static Path |
Path.get(InputInfo info,
Expr root,
Expr... steps)
Returns a new path instance.
|
Path |
AxisPath.invertPath(Expr rt,
Step curr)
Inverts a location path.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.