| Package | Description |
|---|---|
| org.basex.query.item |
XQuery data types.
|
| org.basex.query.item.map |
| Modifier and Type | Field and Description |
|---|---|
static MapType |
SeqType.ANY_MAP
The general map type.
|
| Modifier and Type | Method and Description |
|---|---|
static MapType |
MapType.get(AtomType key,
SeqType val)
Creates a new map type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Map.hasType(MapType t)
Checks if the map has the given type.
|