|
|||||||||
| 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.FTCont
public final class FTCont
FTContains expression.
| Field Summary |
|---|
| Fields inherited from class org.basex.query.xquery.expr.Expr |
|---|
type |
| Constructor Summary | |
|---|---|
FTCont(Expr e1,
Expr e2)
Constructor. |
|
| Method Summary | |
|---|---|
Expr |
comp(XQContext ctx)
Optimizes and compiles the expression tree. |
Bln |
eval(XQContext ctx)
Evaluates the expression and returns the resulting item. |
java.lang.String |
info()
Returns a string description of the expression. |
static TokenBuilder |
norm(TokenBuilder tb,
byte[] tok)
Normalizes the token by removing multiple whitespaces. |
java.lang.String |
toString()
|
| Methods inherited from class org.basex.query.xquery.expr.Expr |
|---|
cls, d, e, i, n, node, s, size, str, u |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FTCont(Expr e1,
Expr e2)
e1 - first expressione2 - second expression| Method Detail |
|---|
public Bln eval(XQContext ctx)
throws XQException
Expr
eval in class Exprctx - query context
XQException - evaluation exceptionpublic java.lang.String info()
ExprExpr.toString() method, the current expressions aren't included
in the output.
info in class Expr
public static TokenBuilder norm(TokenBuilder tb,
byte[] tok)
tb - token buildertok - token
public java.lang.String toString()
toString in class Expr
public Expr comp(XQContext ctx)
throws XQException
Expr
comp in class Exprctx - query context
XQException - evaluation exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||