Package | Description |
---|---|
org.basex.io.serial | |
org.basex.io.serial.json | |
org.basex.query.expr |
XQuery expressions.
|
org.basex.query.func |
XQuery functions.
|
org.basex.query.value.array | |
org.basex.query.value.item | |
org.basex.query.value.map | |
org.basex.query.value.type |
Modifier and Type | Method and Description |
---|---|
protected void |
StandardSerializer.function(FItem item) |
protected void |
Serializer.function(FItem item)
Serializes a function item.
|
protected void |
AdaptiveSerializer.function(FItem item) |
Modifier and Type | Method and Description |
---|---|
void |
JsonSerializer.function(FItem item) |
Modifier and Type | Method and Description |
---|---|
protected FItem |
ParseExpr.toFunc(Expr ex,
QueryContext qc)
Checks if the specified expression yields a function.
|
Modifier and Type | Method and Description |
---|---|
protected FItem |
StandardFunc.checkArity(Expr e,
int a,
QueryContext qc)
Casts and checks the function item for its arity.
|
Modifier and Type | Class and Description |
---|---|
class |
Array
Array item.
|
Modifier and Type | Method and Description |
---|---|
FItem |
Array.coerceTo(FuncType ft,
QueryContext qc,
InputInfo ii,
boolean opt) |
Modifier and Type | Class and Description |
---|---|
class |
FuncItem
Function item.
|
Modifier and Type | Method and Description |
---|---|
FItem |
FuncItem.coerceTo(FuncType ft,
QueryContext qc,
InputInfo ii,
boolean opt) |
abstract FItem |
FItem.coerceTo(FuncType ft,
QueryContext qc,
InputInfo ii,
boolean opt)
Coerces this function item to the given function type.
|
Modifier and Type | Class and Description |
---|---|
class |
Map
The map item.
|
Modifier and Type | Method and Description |
---|---|
ValueBuilder |
Map.apply(FItem func,
QueryContext qc,
InputInfo ii)
Applies a function on all entries.
|
Modifier and Type | Method and Description |
---|---|
FItem |
FuncType.cast(Item item,
QueryContext qc,
StaticContext sc,
InputInfo ii) |
Copyright © 2005–2015 BaseX Team. All rights reserved.