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.query.xquery Includes an implementation of XQuery 1.0. 
org.basex.query.xquery.expr Contains XQuery 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(java.lang.String[] filter, TokenList cols, byte[] tag, Data data)
          Creates an XPath representation for the specified table query.
 

Uses of TokenList in org.basex.data
 

Methods in org.basex.data with parameters of type TokenList
 void ResultReader.startElement(java.lang.String t, TokenList a)
          Sends a startElement event to the content handler.
 

Uses of TokenList in org.basex.query.xquery
 

Fields in org.basex.query.xquery declared as TokenList
 TokenList XQParser.modLoaded
          List of loaded modules.
 

Uses of TokenList in org.basex.query.xquery.expr
 

Fields in org.basex.query.xquery.expr declared as TokenList
 TokenList FTSelect.term
          Term list.