|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
| org.basex.query.xpath | Includes an implementation of XPath 1.0. |
| org.basex.query.xquery | Includes an implementation of XQuery 1.0. |
| org.basex.query.xquery.util | Contains XQuery utility classes. |
| org.basex.util | Provides utility classes. |
| 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,
Data data,
boolean root)
Creates an XPath representation for the specified table query. |
| Uses of StringList in org.basex.query |
|---|
| Methods in org.basex.query that return StringList | |
|---|---|
StringList |
QueryException.complete()
Possible completions. |
| Methods in org.basex.query with parameters of type StringList | |
|---|---|
void |
QueryException.complete(QueryParser qp,
StringList comp)
Sets code completions. |
| Uses of StringList in org.basex.query.xpath |
|---|
| Methods in org.basex.query.xpath that return StringList | |
|---|---|
StringList |
XPSuggest.complete()
Returns the code completions. |
| Uses of StringList in org.basex.query.xquery |
|---|
| Constructors in org.basex.query.xquery with parameters of type StringList | |
|---|---|
XQException(StringList sl,
java.lang.Object[] s,
java.lang.Object... e)
Constructor. |
|
| Uses of StringList in org.basex.query.xquery.util |
|---|
| Methods in org.basex.query.xquery.util with parameters of type StringList | |
|---|---|
static void |
Err.or(StringList list,
java.lang.Object[] err,
java.lang.Object... x)
Throws an exception. |
| Uses of StringList in org.basex.util |
|---|
| Methods in org.basex.util that return StringList | |
|---|---|
StringList |
GetOpts.getFoundArgs()
getFoundArgs is used to return all parsed arguments like source_file target_file. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||