org.basex.query.xquery.expr
Class FLWOR
java.lang.Object
org.basex.query.ExprInfo
org.basex.query.xquery.expr.Expr
org.basex.query.xquery.expr.Single
org.basex.query.xquery.expr.FLWR
org.basex.query.xquery.expr.FLWOR
public final class FLWOR
- extends FLWR
FLWOR Clause.
- Author:
- Workgroup DBIS, University of Konstanz 2005-08, ISC License, Christian Gruen
Fields inherited from class org.basex.query.xquery.expr.Single |
expr |
Method Summary |
java.lang.String |
info()
Returns a string description of the expression. |
Iter |
iter(XQContext ctx)
Evaluates the expression and returns an iterator on the resulting items. |
void |
plan(Serializer ser)
Recursively sends the abstract syntax of this expression to the
specified serializer. |
java.lang.String |
toString()
|
Methods inherited from class org.basex.query.xquery.expr.FLWR |
comp |
Methods inherited from class org.basex.query.xquery.expr.Expr |
e, i |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FLWOR
public FLWOR(ForLet[] f,
Expr w,
Order o,
Expr r)
- Constructor.
- Parameters:
f
- variable inputsw
- where clauseo
- order expressionsr
- return expression
iter
public Iter iter(XQContext ctx)
throws XQException
- Description copied from class:
Expr
- Evaluates the expression and returns an iterator on the resulting items.
- Overrides:
iter
in class FLWR
- Parameters:
ctx
- query context
- Returns:
- resulting item
- Throws:
XQException
- evaluation exception
toString
public java.lang.String toString()
- Overrides:
toString
in class FLWR
info
public java.lang.String info()
- Description copied from class:
ExprInfo
- Returns a string description of the expression. Contrary to the
ExprInfo.toString()
method, the current expressions aren't included
in the output.
- Overrides:
info
in class ExprInfo
- Returns:
- result of check
plan
public void plan(Serializer ser)
throws java.io.IOException
- Description copied from class:
ExprInfo
- Recursively sends the abstract syntax of this expression to the
specified serializer.
- Overrides:
plan
in class FLWR
- Parameters:
ser
- serializer
- Throws:
java.io.IOException
- exception