| Package | Description |
|---|---|
| org.basex.index.value | |
| org.basex.query |
XQuery implementation.
|
| org.basex.query.item.map | |
| org.basex.query.util.pkg |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdatableDiskValues.delete(TokenObjMap<IntList> m) |
void |
DiskValues.delete(TokenObjMap<IntList> m)
Delete records from the index.
|
void |
UpdatableDiskValues.index(TokenObjMap<IntList> m) |
void |
DiskValues.index(TokenObjMap<IntList> m)
Add entries to the index.
|
| Modifier and Type | Field and Description |
|---|---|
TokenObjMap<DecFormatter> |
StaticContext.decFormats
Decimal formats.
|
| Modifier and Type | Method and Description |
|---|---|
TokenObjMap<java.lang.Object> |
Map.tokenJavaMap(InputInfo ii)
Converts the map to a map with tokens as keys and java objects as values.
|
| Modifier and Type | Method and Description |
|---|---|
TokenObjMap<TokenSet> |
Repo.nsDict()
Returns the namespace dictionary.
|