Uses of Class
org.basex.util.list.StringList
Packages that use StringList
Package
Description
Database core classes.
Database commands.
GUI Dialog Windows.
Project specific GUI components.
Input and Output classes.
XQuery implementation.
Server implementation.
Full-text specific utility classes.
-
Uses of StringList in org.basex.core
Methods in org.basex.core that return StringListModifier and TypeMethodDescriptionDatabases.backups()Returns the names of all backups.Returns the name of a specific backup, or all backups found for a specific database, in a descending order.Databases.list()Lists all available databases and backups.Context.listDBs()Returns all databases for which the current user has read access.Returns all databases for which the current user has read access. -
Uses of StringList in org.basex.core.cmd
Methods in org.basex.core.cmd with parameters of type StringListModifier and TypeMethodDescriptionstatic StringFind.findTable(StringList filter, TokenList cols, BoolList elem, byte[] name, boolean root) Creates an XQuery representation for the specified table query. -
Uses of StringList in org.basex.gui.dialog
Fields in org.basex.gui.dialog declared as StringListModifier and TypeFieldDescriptionfinal StringListDialogEdit.resultResulting update arguments.final StringListDialogInsert.resultResulting update arguments. -
Uses of StringList in org.basex.gui.layout
Methods in org.basex.gui.layout that return StringList -
Uses of StringList in org.basex.io
Methods in org.basex.io that return StringListModifier and TypeMethodDescriptionIOFile.descendants()Returns the relative paths of all descendant files (excluding directories).IOFile.descendants(FileFilter filter) Returns the relative paths of all descendant non-filtered files (excluding directories).Methods in org.basex.io with parameters of type StringListModifier and TypeMethodDescriptionvoidZip.zip(IOFile root, StringList files) Zips the specified files. -
Uses of StringList in org.basex.query
Methods in org.basex.query that return StringListModifier and TypeMethodDescriptionQuerySuggest.complete()Sorts and returns the query suggestions.final StringListQueryException.suggest()Returns suggestions for code suggestions.Methods in org.basex.query with parameters of type StringListModifier and TypeMethodDescriptionfinal QueryExceptionQueryException.suggest(InputParser qp, StringList sug) Sets code suggestions. -
Uses of StringList in org.basex.query.up
Methods in org.basex.query.up that return StringListModifier and TypeMethodDescriptionUpdates.databases()Returns the names of all databases that will be updated. -
Uses of StringList in org.basex.query.up.primitives
Fields in org.basex.query.up.primitives declared as StringListModifier and TypeFieldDescriptionprotected final StringListUserPermUpdate.patternsDatabase patterns.Constructors in org.basex.query.up.primitives with parameters of type StringListModifierConstructorDescriptionprotectedUserPermUpdate(UpdateType type, User user, ArrayList<Perm> perms, StringList patterns, QueryContext qc, InputInfo info) Constructor. -
Uses of StringList in org.basex.query.up.primitives.name
Methods in org.basex.query.up.primitives.name with parameters of type StringListModifier and TypeMethodDescriptionvoidDBAlter.databases(StringList db) voidDBCopy.databases(StringList db) voidNameUpdate.databases(StringList db) Adds all databases to be updated to the specified list. -
Uses of StringList in org.basex.query.util.pkg
Methods in org.basex.query.util.pkg that return StringList -
Uses of StringList in org.basex.server
Methods in org.basex.server that return StringList -
Uses of StringList in org.basex.util.ft
Methods in org.basex.util.ft that return StringListModifier and TypeMethodDescriptionstatic StringListFTLexer.languages()Lists all languages for which tokenizers and stemmers are available. -
Uses of StringList in org.basex.util.list
Methods in org.basex.util.list that return StringListModifier and TypeMethodDescriptionStringList.add(byte[] element) Adds a token.final StringListStringList.sort()Sorts the elements in ascending order, using the standard options.final StringListStringList.sort(boolean cs) Sorts the elements in ascending order.final StringListStringList.sort(boolean cs, boolean asc) Sorts the elements.final StringListStringList.sort(boolean cs, boolean ascending, int index) Sorts the elements.