|
||||||||||
| 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.expr.Expr
org.basex.query.expr.FLWOR
org.basex.query.expr.FLWR
public final class FLWR
FLWR Clause.
| Constructor Summary | |
|---|---|
FLWR(ForLet[] f,
Expr w,
Expr r)
Constructor. |
|
| Method Summary | |
|---|---|
Expr |
comp(QueryContext ctx)
Optimizes and compiles the expression. |
Iter |
iter(QueryContext ctx)
Evaluates the expression and returns an iterator on the resulting items. |
| Methods inherited from class org.basex.query.expr.FLWOR |
|---|
color, plan, removable, remove, returned, toString, uses |
| Methods inherited from class org.basex.query.expr.Expr |
|---|
addText, atomic, checkCtx, checkDbl, checkItr, duplicates, e, ebv, i, indexAccessible, indexEquivalent, sameAs, size, test |
| 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 FLWR(ForLet[] f,
Expr w,
Expr r)
f - variable inputsw - where clauser - return expression| Method Detail |
|---|
public Expr comp(QueryContext ctx)
throws QueryException
Expr
comp in class FLWORctx - query context
QueryException - evaluation exceptionpublic Iter iter(QueryContext ctx)
ExprExpr.atomic(org.basex.query.QueryContext) must be implemented.
iter in class FLWORctx - query context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||