| Package | Description |
|---|---|
| org.basex.query.func |
XQuery functions.
|
| org.basex.query.util |
XQuery utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static TypedFunc |
Functions.get(QNm name,
Expr[] args,
boolean dyn,
QueryContext ctx,
InputInfo ii)
Returns an instance of the specified function, or
null. |
| Constructor and Description |
|---|
PartFunc(InputInfo ii,
TypedFunc fun,
Var[] arg)
Function constructor for static calls.
|
| Modifier and Type | Method and Description |
|---|---|
static TypedFunc |
TypedFunc.constr(Cast cast,
SeqType to)
Creates a type constructor function.
|
static TypedFunc |
TypedFunc.java(JavaMapping f)
Creates a type constructor function.
|