Package | Description |
---|---|
org.basex.query |
XQuery implementation.
|
org.basex.query.func |
XQuery functions.
|
org.basex.query.value.array | |
org.basex.query.value.item | |
org.basex.query.value.map |
Modifier and Type | Method and Description |
---|---|
XQFunction |
QueryContext.pollTailCall()
Returns and clears the currently registered tail-call function.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryContext.registerTailCall(XQFunction fn,
Value[] arg)
Registers a tail-called function and its arguments to this query context.
|
Modifier and Type | Class and Description |
---|---|
class |
StaticFunc
A static user-defined function.
|
Modifier and Type | Method and Description |
---|---|
static Item |
FuncCall.item(XQFunction fun,
Value[] arg,
QueryContext qc,
InputInfo ii)
Calls the given function with the given arguments, returning zero or one item.
|
static Value |
FuncCall.value(XQFunction fun,
Value[] arg,
QueryContext qc,
InputInfo ii)
Calls the given function with the given arguments, returning zero or more items.
|
Modifier and Type | Class and Description |
---|---|
class |
Array
Array item.
|
Modifier and Type | Class and Description |
---|---|
class |
FItem
Abstract super class for function items.
|
class |
FuncItem
Function item.
|
Modifier and Type | Class and Description |
---|---|
class |
Map
The map item.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.