|
||||||||||
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.func.Func
org.basex.query.xpath.func.Name
public final class Name
Constructor for name() function.
Field Summary |
---|
Fields inherited from class org.basex.query.xpath.func.Func |
---|
desc |
Constructor Summary | |
---|---|
Name(Expr[] arg)
Function Constructor. |
Method Summary | |
---|---|
boolean |
checkArguments()
Checks validity/number of arguments. |
Str |
eval(XPContext ctx)
Evaluates the expression with the specified context set. |
Methods inherited from class org.basex.query.xpath.func.Func |
---|
comp, evalArgs, plan, toString, usesPos, usesSize |
Methods inherited from class org.basex.query.xpath.expr.Expr |
---|
indexEquivalent, indexSizes, returnedValue, sameAs |
Methods inherited from class org.basex.query.ExprInfo |
---|
color, info, name |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Name(Expr[] arg)
arg
- expression arrayMethod Detail |
---|
public Str eval(XPContext ctx) throws QueryException
Expr
eval
in class Expr
ctx
- query context
QueryException
- evaluation exceptionpublic boolean checkArguments()
Func
checkArguments
in class Func
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |