|
||||||||||
| 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.expr.FTArrayExpr
org.basex.query.xpath.expr.FTUnion
public final class FTUnion
FTUnion Expression. This expresses the union of two FTContains results.
| Field Summary |
|---|
| Fields inherited from class org.basex.query.xpath.expr.FTArrayExpr |
|---|
fto |
| Constructor Summary | |
|---|---|
FTUnion(FTArrayExpr[] e)
Constructor. |
|
FTUnion(FTArrayExpr[] e,
int[] posex)
Constructor. |
|
| Method Summary | |
|---|---|
Bln |
eval(XPContext ctx)
Evaluates the expression with the specified context set. |
boolean |
more()
Checks for more results. |
FTNode |
next(XPContext ctx)
Returns the next ftquery result. |
void |
plan(Serializer ser)
Recursively sends the abstract syntax of this expression to the specified serializer. |
| Methods inherited from class org.basex.query.xpath.expr.FTArrayExpr |
|---|
comp, indexEquivalent, indexOptions, pos, toString, usesPos, usesSize |
| Methods inherited from class org.basex.query.xpath.expr.Expr |
|---|
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 FTUnion(FTArrayExpr[] e)
e - operands joined with the union operator
public FTUnion(FTArrayExpr[] e,
int[] posex)
e - operands joined with the union operatorposex - pointer on exprs with positiv values| Method Detail |
|---|
public boolean more()
FTArrayExpr
more in class FTArrayExprpublic FTNode next(XPContext ctx)
FTArrayExpr
next in class FTArrayExprctx - current context
public Bln eval(XPContext ctx)
throws QueryException
Expr
eval in class Exprctx - query context
QueryException - evaluation exception
public void plan(Serializer ser)
throws java.io.IOException
ExprInfo
plan in class FTArrayExprser - serializer
java.io.IOException - exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||