|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.query.ExprInfo
org.basex.query.xpath.expr.Expr
org.basex.query.xpath.locpath.LocPath
org.basex.query.xpath.locpath.LocPathAbs
public final class LocPathAbs
Absolute Location Path Expression. This location path is evaluated from the root context.
Field Summary |
---|
Fields inherited from class org.basex.query.xpath.locpath.LocPath |
---|
steps |
Constructor Summary | |
---|---|
LocPathAbs()
|
Method Summary | |
---|---|
Nod |
eval(XPContext ctx)
Evaluates the expression with the specified context set. |
java.lang.String |
toString()
|
Methods inherited from class org.basex.query.xpath.locpath.LocPath |
---|
addPosPred, checkAxes, color, comp, indexable, invertPath, plan, sameAs, usesPos, usesSize |
Methods inherited from class org.basex.query.xpath.expr.Expr |
---|
indexEquivalent, indexSizes, returnedValue |
Methods inherited from class org.basex.query.ExprInfo |
---|
info, name |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LocPathAbs()
Method Detail |
---|
public Nod eval(XPContext ctx) throws QueryException
Expr
eval
in class LocPath
ctx
- query context
QueryException
- evaluation exceptionpublic java.lang.String toString()
toString
in class LocPath
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |