| Package | Description |
|---|---|
| org.basex.query.expr |
XQuery expressions.
|
| org.basex.query.item.map |
| Modifier and Type | Method and Description |
|---|---|
Map |
ParseExpr.checkMap(Item it)
Assures that the given (non-
null) 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 other,
InputInfo ii)
Adds all bindings from the given map into
this. |
Map |
Map.coerceTo(FuncType ft,
QueryContext ctx,
InputInfo ii) |
Map |
Map.delete(Item key,
InputInfo ii)
Deletes a key from this map.
|
Map |
Map.insert(Item k,
Value v,
InputInfo ii)
Inserts the given value into this map.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
Map.addAll(Map other,
InputInfo ii)
Adds all bindings from the given map into
this. |
boolean |
Map.deep(InputInfo ii,
Map o)
Checks if the this map is deep-equal to the given one.
|