| Package | Description |
|---|---|
| org.basex.index |
Database Index structures.
|
| org.basex.index.value | |
| org.basex.query |
XQuery implementation.
|
| org.basex.query.func |
XQuery functions.
|
| org.basex.query.util.pkg | |
| org.basex.util.ft |
Full-text specific utility classes.
|
| org.basex.util.hash |
| Modifier and Type | Class and Description |
|---|---|
class |
Names
This class indexes and organizes the tags or attribute names,
used in an XML document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MemValues
This class provides a main memory access to attribute values and
text contents.
|
class |
UpdatableMemValues
This class provides a main memory access to attribute values and
text contents.
|
| Modifier and Type | Field and Description |
|---|---|
static TokenSet |
QueryText.MODULES
Static modules.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Functions
This class provides access to statically available functions.
|
| Modifier and Type | Method and Description |
|---|---|
TokenObjMap<TokenSet> |
Repo.nsDict()
Returns the namespace dictionary.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StemDir
Simple stemming directory for full-text requests.
|
class |
StopWords
Simple stop words set for full-text requests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TokenBoolMap
This is an efficient hash map for booleans,
extending the
hash set. |
class |
TokenIntMap
This is an efficient hash map for integers,
extending the
hash set. |
class |
TokenMap
This is an efficient hash map for tokens,
extending the
hash set. |
class |
TokenObjMap<E>
This is an efficient hash map for generic objects,
extending the
hash set. |