| Package | Description |
|---|---|
| org.basex.core.cmd |
Database commands.
|
| org.basex.index |
Database Index structures.
|
| org.basex.index.path | |
| org.basex.io.serial | |
| org.basex.query.ft |
XQuery Full Text expressions.
|
| org.basex.query.util.pkg | |
| org.basex.server |
Server implementation.
|
| org.basex.util |
Utility classes.
|
| org.basex.util.list |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
Find.findTable(StringList filter,
TokenList cols,
BoolList elem,
byte[] tag,
boolean root)
Creates an XQuery representation for the specified table query.
|
| Modifier and Type | Field and Description |
|---|---|
TokenList |
IndexTree.keys
Keys saved in the tree.
|
TokenList |
IndexTree.values
Compressed id values.
|
| Modifier and Type | Method and Description |
|---|---|
TokenList |
Resources.binaries(java.lang.String path)
Returns the database paths to all binary files that match the
specified path.
|
| Modifier and Type | Method and Description |
|---|---|
TokenList |
PathSummary.desc(byte[] k,
boolean d,
boolean o)
Returns descendant tags and attributes for the specified start key.
|
TokenList |
PathSummary.desc(TokenList tl,
boolean d,
boolean o)
Returns descendant tags and attributes for the specified descendant path.
|
| Modifier and Type | Method and Description |
|---|---|
TokenList |
PathSummary.desc(TokenList tl,
boolean d,
boolean o)
Returns descendant tags and attributes for the specified descendant path.
|
| Modifier and Type | Field and Description |
|---|---|
protected TokenList |
Serializer.tags
Stack of opened tags.
|
| Modifier and Type | Method and Description |
|---|---|
TokenList |
FTTokens.get(int i)
Returns the element at the specified index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FTTokens.add(TokenList e)
Adds an element.
|
| Modifier and Type | Field and Description |
|---|---|
TokenList |
JarDesc.classes
List of public classes.
|
TokenList |
JarDesc.jars
List of jar files.
|
| Modifier and Type | Field and Description |
|---|---|
protected TokenList |
Query.cache
Cached results.
|
| Modifier and Type | Field and Description |
|---|---|
TokenList |
Table.header
Table header.
|
| Modifier and Type | Field and Description |
|---|---|
java.util.ArrayList<TokenList> |
Table.contents
Table contents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TwoWayTokenMap
Two-way Token Map allows efficient key->value and value->key lookups.
|
| Modifier and Type | Method and Description |
|---|---|
TokenList |
TwoWayTokenMap.sort(boolean cs)
Sorting a TwoWayTokenMap is not implemented.
|
TokenList |
TokenList.sort(boolean cs)
Sorts the elements.
|