|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.query.xpath.expr.Expr
org.basex.query.xpath.func.Func
org.basex.query.xpath.func.Sort
public final class Sort
Constructor for the BaseX specific sort() function.
| Field Summary |
|---|
| Fields inherited from class org.basex.query.xpath.func.Func |
|---|
desc |
| Constructor Summary | |
|---|---|
Sort(Expr[] arg)
Function Constructor. |
|
| Method Summary | |
|---|---|
boolean |
checkArguments()
Checks validity/number of arguments. |
Item |
eval(XPContext ctx)
Evaluates the expression with the specified context set. |
| Methods inherited from class org.basex.query.xpath.func.Func |
|---|
compile, evalArgs, toString, usesPos, usesSize |
| Methods inherited from class org.basex.query.xpath.expr.Expr |
|---|
indexEquivalent, indexSizes, returnedValue, sameAs |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Sort(Expr[] arg)
arg - expression array| Method Detail |
|---|
public boolean checkArguments()
Func
checkArguments in class Func
public Item eval(XPContext ctx)
throws EvalException
Expr
eval in class Exprctx - query context
EvalException - evaluation exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||