|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StringList | |
|---|---|
| org.basex.core | This package contains the database core classes. |
| org.basex.core.proc | This package contains the implementations of all database commands. |
| org.basex.gui.dialog | This package contains dialog windows used in the GUI. |
| org.basex.query | This package contains the XQuery implementation. |
| Uses of StringList in org.basex.core |
|---|
| Methods in org.basex.core that return StringList | |
|---|---|
StringList |
CommandParser.list(Enum<?>[] comp)
Converts the specified commands into a string list. |
| Methods in org.basex.core with parameters of type StringList | |
|---|---|
void |
CommandParser.error(StringList comp,
String m,
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(Context ctx)
Returns a list of all databases. |
static StringList |
List.listFS(Context ctx)
Returns a list of all DeepFS databases. |
| Methods in org.basex.core.proc with parameters of type StringList | |
|---|---|
static String |
Find.findTable(StringList filter,
TokenList cols,
BoolList elem,
byte[] tag,
boolean root,
boolean fs)
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 StringList | |
|---|---|
StringList |
DialogInsert.result
Resulting update arguments. |
StringList |
DialogEdit.result
Resulting update arguments. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||