| Package | Description |
|---|---|
| org.basex.query.func |
XQuery functions.
|
| org.basex.query.item |
XQuery data types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InlineFunc
Inline function.
|
class |
PartFunc
Partial function application.
|
| Modifier and Type | Method and Description |
|---|---|
UserFunc[] |
UserFuncs.funcs()
Returns all user-defined functions.
|
| Modifier and Type | Method and Description |
|---|---|
int |
UserFuncs.add(UserFunc fun,
InputInfo ii)
Adds a local function.
|
void |
UserFuncCall.init(UserFunc f)
Initializes the function call after all functions have been declared.
|
| Modifier and Type | Method and Description |
|---|---|
static FuncType |
FuncType.get(UserFunc f)
Getter for a function's type.
|