|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.query.xquery.expr.Expr
org.basex.query.xquery.expr.Arr
org.basex.query.xquery.path.Path
public abstract class Path
Path expression.
| Field Summary |
|---|
| Fields inherited from class org.basex.query.xquery.expr.Arr |
|---|
list |
| Fields inherited from class org.basex.query.xquery.expr.Expr |
|---|
type |
| Constructor Summary | |
|---|---|
Path(Expr[] p)
Constructor. |
|
| Method Summary | |
|---|---|
Expr |
comp(XQContext ctx)
Optimizes and compiles the expression tree. |
java.lang.String |
info()
Returns a string description of the expression. |
java.lang.String |
path()
Returns a string representation of the path. |
| Methods inherited from class org.basex.query.xquery.expr.Expr |
|---|
cls, d, e, eval, i, n, node, s, size, str, toString, u |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Path(Expr[] p)
p - expression list| Method Detail |
|---|
public Expr comp(XQContext ctx)
throws XQException
Expr
comp in class Arrctx - query context
XQException - evaluation exceptionpublic final java.lang.String info()
ExprExpr.toString() method, the current expressions aren't included
in the output.
info in class Exprpublic final java.lang.String path()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||