|
||||||||||
| 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.xquery.expr.Expr
org.basex.query.xquery.expr.Arr
org.basex.query.xquery.expr.FTContains
public final class FTContains
FTContains expression.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.basex.query.xquery.expr.Expr |
|---|
Expr.Return, Expr.Using |
| Field Summary |
|---|
| Fields inherited from class org.basex.query.xquery.expr.Arr |
|---|
expr |
| Constructor Summary | |
|---|---|
FTContains(Expr... ex)
Constructor. |
|
| Method Summary | |
|---|---|
Iter |
iter(XQContext ctx)
Evaluates the expression and returns an iterator on the resulting items. |
Type |
returned()
Indicates if an expression returns the specified type. |
java.lang.String |
toString()
|
| Methods inherited from class org.basex.query.xquery.expr.Arr |
|---|
comp, plan, uses |
| Methods inherited from class org.basex.query.xquery.expr.Expr |
|---|
e, i |
| 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 FTContains(Expr... ex)
ex - contains, select and optional ignore expression| Method Detail |
|---|
public Iter iter(XQContext ctx)
throws XQException
Expr
iter in class Exprctx - query context
XQException - evaluation exceptionpublic Type returned()
Expr
returned in class Arrpublic java.lang.String toString()
toString in class ExprInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||