Uses of Class
org.basex.util.StringList

Packages that use StringList
org.basex.core This package contains the core classes. 
org.basex.core.proc This package contains the command implementations. 
org.basex.query Provides classes for querying the data. 
 

Uses of StringList in org.basex.core
 

Methods in org.basex.core with parameters of type StringList
 void CommandParser.error(StringList comp, java.lang.String m, java.lang.Object... e)
          Throws an error.
 

Uses of StringList in org.basex.core.proc
 

Methods in org.basex.core.proc that return StringList
static StringList List.list()
          Returns the list of available databases.
 

Methods in org.basex.core.proc with parameters of type StringList
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 StringList in org.basex.query
 

Methods in org.basex.query that return StringList
 StringList QuerySuggest.complete()
          Sorts and returns the query suggestions.
 StringList QueryException.complete()
          Possible completions.
 

Methods in org.basex.query with parameters of type StringList
 void QueryException.complete(InputParser qp, StringList comp)
          Sets code completions.