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 classes for handling the XML table and textual data. 
org.basex.query Provides classes for querying the data. 
 

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
 

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.
 

Method parameters in org.basex.data with type arguments of type TokenList
 void Namespaces.info(Map<TokenList> map, org.basex.data.NSNode n)
          Prints some namespace info.
 

Uses of TokenList in org.basex.query
 

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