Package | Description |
---|---|
org.basex.api.client |
Client sessions.
|
org.basex.core.cmd |
Database commands.
|
org.basex.index |
Database Index structures.
|
org.basex.index.path | |
org.basex.index.resource | |
org.basex.io.parse.csv | |
org.basex.io.serial | |
org.basex.query |
XQuery implementation.
|
org.basex.query.expr.ft |
XQuery Full Text expressions.
|
org.basex.query.func.ft |
Full-text Functions.
|
org.basex.query.func.inspect |
Inspection Functions.
|
org.basex.query.value.seq | |
org.basex.util |
Utility classes.
|
org.basex.util.list |
Modifier and Type | Field and Description |
---|---|
protected TokenList |
Query.cache
Cached results.
|
Modifier and Type | Method and Description |
---|---|
static String |
Find.findTable(StringList filter,
TokenList cols,
BoolList elem,
byte[] name,
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 |
PathSummary.desc(byte[] name,
boolean desc,
boolean occ)
Returns descendant element and attribute names for the specified start key.
|
TokenList |
PathSummary.desc(TokenList names,
boolean desc,
boolean occ)
Returns descendant element and attribute names for the specified descendant path.
|
Modifier and Type | Method and Description |
---|---|
TokenList |
PathSummary.desc(TokenList names,
boolean desc,
boolean occ)
Returns descendant element and attribute names for the specified descendant path.
|
Modifier and Type | Method and Description |
---|---|
TokenList |
Resources.binaries(String path)
Returns the database paths to all binary files that start with the specified path.
|
Modifier and Type | Field and Description |
---|---|
protected TokenList |
CsvConverter.headers
Headers.
|
Modifier and Type | Field and Description |
---|---|
protected TokenList |
Serializer.elems
Stack with names of opened elements.
|
Modifier and Type | Method and Description |
---|---|
TokenObjMap<TokenList> |
StaticScope.doc()
Returns a map with all documentation tags found for this scope or
null if
no documentation exists. |
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 | Method and Description |
---|---|
protected TokenList |
FtTokenize.tokens(QueryContext qc,
boolean all)
Returns all tokens.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
Inspect.doc(TokenObjMap<TokenList> doc,
byte[] name)
Returns a value for the specified parameter or
null . |
Modifier and Type | Method and Description |
---|---|
static Value |
StrSeq.get(TokenList items)
Creates a sequence with the specified items.
|
Modifier and Type | Field and Description |
---|---|
TokenList |
Table.header
Table header.
|
Modifier and Type | Field and Description |
---|---|
ArrayList<TokenList> |
Table.contents
Table contents.
|
Modifier and Type | Method and Description |
---|---|
TokenList |
TokenList.add(byte[]... elements)
Adds elements to the array.
|
TokenList |
TokenList.add(byte[] element)
Adds an element.
|
TokenList |
TokenList.sort(boolean cs)
Sorts the elements.
|
TokenList |
TokenList.sort(boolean cs,
boolean asc)
Sorts the elements.
|
TokenList |
TokenList.unique()
Removes duplicates from the list.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.