Uses of Class
org.basex.util.TokenList

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.ft Contains XQuery Full-Text 1.0 expressions. 
 

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, boolean root)
          Creates an XQuery representation for the specified table query.
 

Uses of TokenList in org.basex.data
 

Fields in org.basex.data declared as TokenList
 TokenList FTPosData.col
          Array for ftand colors.
 TokenList Serializer.tags
          Opened tags.
 

Methods in org.basex.data that return TokenList
 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.
 

Methods in org.basex.data with parameters of type TokenList
 TokenList PathSummary.desc(TokenList tl, boolean d, boolean o)
          Returns descendant tags and attributes for the specified descendant path.
 void XMLSerializer.text(byte[] b, int[][] ftd, TokenList ial)
           
abstract  void Serializer.text(byte[] b, int[][] ftd, TokenList fta)
          Serializes a text.
 void SAXSerializer.text(byte[] b, int[][] ftd, TokenList ial)
           
 void DOTSerializer.text(byte[] b, int[][] ftd, TokenList ial)
           
 

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 QueryParser.modLoaded
          List of loaded modules.
 

Uses of TokenList in org.basex.query.ft
 

Fields in org.basex.query.ft declared as TokenList
 TokenList FTPos.term
          Term list.