|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TokenList | |
---|---|
org.basex.core.proc | This package contains the command implementations. |
org.basex.data | Contains BaseX data types, including the
internal table representation in the Data class. |
org.basex.index | Contains database index implementations. |
org.basex.query | Provides classes for querying the data. |
org.basex.query.xquery | Includes an implementation of XQuery 1.0. |
Uses of TokenList in org.basex.core.proc |
---|
Methods in org.basex.core.proc with parameters of type TokenList | |
---|---|
static java.lang.String |
Find.findTable(StringList filter,
TokenList cols,
BoolList elem,
byte[] tag,
Data data,
boolean root)
Creates an XPath representation for the specified table query. |
Uses of TokenList in org.basex.data |
---|
Fields in org.basex.data declared as TokenList | |
---|---|
TokenList |
Serializer.tags
Opened tags. |
Methods in org.basex.data that return TokenList | |
---|---|
TokenList |
Skeleton.desc(byte[] k,
boolean d,
boolean o)
Return descendant tags and attributes for the specified start key. |
TokenList |
Skeleton.desc(TokenList in,
boolean d,
boolean o)
Return descendant tags and attributes for the specified descendant path. |
Methods in org.basex.data with parameters of type TokenList | |
---|---|
TokenList |
Skeleton.desc(TokenList in,
boolean d,
boolean o)
Return descendant tags and attributes for the specified descendant path. |
Uses of TokenList in org.basex.index |
---|
Methods in org.basex.index that return TokenList | |
---|---|
TokenList |
FTTokenizer.getTokenList()
Converts the tokens to a TokenList. |
Uses of TokenList in org.basex.query |
---|
Fields in org.basex.query declared as TokenList | |
---|---|
TokenList |
FTPos.term
Term list. |
Uses of TokenList in org.basex.query.xquery |
---|
Fields in org.basex.query.xquery declared as TokenList | |
---|---|
TokenList |
XQParser.modLoaded
List of loaded modules. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |