|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TokenList | |
---|---|
org.basex.core.proc | This package contains the implementations of all database commands. |
org.basex.data | This package contains the main database structures. |
org.basex.query | This package contains the XQuery implementation. |
org.basex.util | This package assembles utility classes. |
Uses of TokenList in org.basex.core.proc |
---|
Methods in org.basex.core.proc with parameters of type TokenList | |
---|---|
static String |
Find.findTable(StringList filter,
TokenList cols,
BoolList elem,
byte[] tag,
boolean root,
boolean fs)
Creates an XQuery representation for the specified table query. |
Uses of TokenList in org.basex.data |
---|
Methods in org.basex.data that return TokenList | |
---|---|
TokenList |
PathSummary.desc(byte[] k,
Data data,
boolean d,
boolean o)
Returns descendant tags and attributes for the specified start key. |
TokenList |
PathSummary.desc(TokenList tl,
Data data,
boolean d,
boolean o)
Returns descendant tags and attributes for the specified descendant path. |
Methods in org.basex.data with parameters of type TokenList | |
---|---|
TokenList |
PathSummary.desc(TokenList tl,
Data data,
boolean d,
boolean o)
Returns descendant tags and attributes for the specified descendant path. |
Uses of TokenList in org.basex.query |
---|
Fields in org.basex.query declared as TokenList | |
---|---|
TokenList |
QueryParser.modLoaded
List of loaded modules. |
Uses of TokenList in org.basex.util |
---|
Fields in org.basex.util declared as TokenList | |
---|---|
TokenList |
Table.header
Table header. |
Fields in org.basex.util with type parameters of type TokenList | |
---|---|
ArrayList<TokenList> |
Table.contents
Data (usually strings). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |