Package | Description |
---|---|
org.basex.query.expr |
XQuery expressions.
|
org.basex.query.value.map | |
org.basex.query.value.type |
Modifier and Type | Method and Description |
---|---|
protected Map |
ParseExpr.toMap(Expr ex,
QueryContext qc)
Checks if the specified expression yields a map.
|
protected Map |
ParseExpr.toMap(Item it)
Checks if the specified item is a map.
|
Modifier and Type | Field and Description |
---|---|
static Map |
Map.EMPTY
The empty map.
|
Modifier and Type | Method and Description |
---|---|
Map |
Map.addAll(Map map,
InputInfo ii)
Adds all bindings from the given map into
this . |
Map |
Map.coerceTo(FuncType ft,
QueryContext qc,
InputInfo ii,
boolean opt) |
Map |
Map.delete(Item key,
InputInfo ii)
Deletes a key from this map.
|
Map |
Map.put(Item key,
Value value,
InputInfo ii)
Puts the given value into this map and replaces existing keys.
|
Modifier and Type | Method and Description |
---|---|
Map |
Map.addAll(Map map,
InputInfo ii)
Adds all bindings from the given map into
this . |
Modifier and Type | Method and Description |
---|---|
Map |
MapType.cast(Item item,
QueryContext qc,
StaticContext sc,
InputInfo ii) |
Copyright © 2005–2015 BaseX Team. All rights reserved.