|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.query.xquery.expr.Expr
org.basex.query.xquery.func.Fun
org.basex.query.xquery.func.FNSimple
public final class FNSimple
Simple functions.
| Field Summary |
|---|
| Fields inherited from class org.basex.query.xquery.func.Fun |
|---|
func |
| Fields inherited from class org.basex.query.xquery.expr.Expr |
|---|
type |
| Constructor Summary | |
|---|---|
FNSimple()
|
|
| Method Summary | |
|---|---|
Expr |
comp(XQContext ctx,
Expr[] arg)
Compiles the function. |
Item |
eval(XQContext ctx,
Item[] arg)
Evaluates the function. |
| Methods inherited from class org.basex.query.xquery.func.Fun |
|---|
comp, eval, info, toString |
| Methods inherited from class org.basex.query.xquery.expr.Expr |
|---|
cls, d, e, i, n, node, s, size, str, u |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FNSimple()
| Method Detail |
|---|
public Expr comp(XQContext ctx,
Expr[] arg)
Fun
comp in class Functx - xquery contextarg - evaluated arguments
public Item eval(XQContext ctx,
Item[] arg)
throws XQException
Fun
eval in class Functx - xquery contextarg - evaluated arguments
XQException - evaluation exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||