| Package | Description |
|---|---|
| org.basex.query.func |
XQuery functions.
|
| org.basex.query.item |
XQuery data types.
|
| org.basex.query.item.map |
| Modifier and Type | Method and Description |
|---|---|
static FItem |
Functions.get(QNm name,
long arity,
boolean dyn,
QueryContext ctx,
InputInfo ii)
Returns the specified function literal.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FuncItem
Function item.
|
| Modifier and Type | Method and Description |
|---|---|
FItem |
MapType.cast(Item it,
QueryContext ctx,
InputInfo ii) |
FItem |
FuncType.cast(Item it,
QueryContext ctx,
InputInfo ii) |
abstract FItem |
FItem.coerceTo(FuncType ft,
QueryContext ctx,
InputInfo ii)
Coerces this function item to the given function type.
|
FItem |
FuncItem.coerceTo(FuncType ft,
QueryContext ctx,
InputInfo ii) |
| Modifier and Type | Class and Description |
|---|---|
class |
Map
The map item.
|