|
||||||||||
| 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.StringFunc
public final class StringFunc
Constructor for string() function.
| Field Summary |
|---|
| Fields inherited from class org.basex.query.xpath.func.Func |
|---|
desc |
| Constructor Summary | |
|---|---|
StringFunc(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 StringFunc(Expr[] arg)
arg - expression array| Method Detail |
|---|
public Str eval(XPContext ctx)
throws QueryException
Expr
eval in class Exprctx - 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 | |||||||||