Package | Description |
---|---|
org.basex.build.csv | |
org.basex.build.html | |
org.basex.build.json | |
org.basex.build.text | |
org.basex.core |
Database core classes.
|
org.basex.gui |
GUI Package.
|
org.basex.gui.layout |
Project specific GUI components.
|
org.basex.io.serial | |
org.basex.query.func |
XQuery functions.
|
org.basex.query.func.archive |
Archive functions.
|
org.basex.query.func.ft |
Full-text Functions.
|
org.basex.query.func.xquery |
XQuery Functions.
|
org.basex.query.up.primitives | |
org.basex.query.up.primitives.db | |
org.basex.query.up.primitives.name | |
org.basex.query.up.primitives.node | |
org.basex.query.util.collation |
Collation-specific code.
|
org.basex.util.ft |
Full-text specific utility classes.
|
org.basex.util.options |
Modifier and Type | Class and Description |
---|---|
class |
CsvOptions
Options for parsing and serializing CSV data.
|
class |
CsvParserOptions
Options for parsing and serializing CSV data.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlOptions
Options for parsing and serializing HTML documents with TagSoup.
|
Constructor and Description |
---|
HtmlOptions(Options opts)
Constructor with options to be copied.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonOptions
Options for processing JSON documents.
|
class |
JsonParserOptions
Options for parsing JSON documents.
|
class |
JsonSerialOptions
Options for serializing JSON documents.
|
Modifier and Type | Class and Description |
---|---|
class |
TextOptions
Options for parsing and serializing text documents.
|
Constructor and Description |
---|
TextOptions(Options opts)
Constructor with options to be copied.
|
Modifier and Type | Class and Description |
---|---|
class |
MainOptions
This class contains database options which are used all around the project.
|
class |
StaticOptions
This class defines options which are used all around the project.
|
Modifier and Type | Class and Description |
---|---|
class |
GUIOptions
This class contains options which are used in the GUI.
|
Constructor and Description |
---|
BaseXCheckBox(String label,
BooleanOption opt,
Options opts,
Window win)
Checkbox.
|
BaseXCombo(Window win,
NumberOption opt,
Options opts,
String... ch)
Constructor.
|
BaseXSlider(int mn,
int mx,
NumberOption opt,
Options opts,
Window win)
Checkbox.
|
BaseXTextField(NumberOption opt,
Options opts,
BaseXDialog dialog)
Constructor.
|
BaseXTextField(StringOption opt,
Options opts,
BaseXDialog dialog)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
SerializerOptions
This class defines all available serialization parameters.
|
Modifier and Type | Method and Description |
---|---|
protected <E extends Options> |
StandardFunc.toOptions(int i,
QNm qnm,
E opts,
QueryContext qc)
Parses the options at the specified index.
|
Modifier and Type | Class and Description |
---|---|
class |
ArchOptions
Options for processing archives.
|
Modifier and Type | Class and Description |
---|---|
class |
FtContainsOptions
Full-text options.
|
class |
FtIndexOptions
Full-text index options.
|
class |
FtTokenizeOptions
Full-text tokenization options.
|
Modifier and Type | Class and Description |
---|---|
static class |
XQueryEval.XQueryOptions
XQuery options.
|
static class |
XQueryParse.XQueryOptions
XQuery options.
|
Constructor and Description |
---|
DBOptions(Options options,
List<Option<?>> supported,
InputInfo info)
Constructor.
|
DBOptions(Options options,
Option<?>[] supported,
InputInfo info)
Constructor.
|
Constructor and Description |
---|
DBAdd(Data data,
NewInput input,
Options opts,
QueryContext qc,
InputInfo info)
Constructor.
|
DBOptimize(Data data,
boolean all,
Options opts,
QueryContext qc,
InputInfo info)
Constructor.
|
Constructor and Description |
---|
DBCreate(String name,
List<NewInput> input,
Options opts,
QueryContext qc,
InputInfo info)
Constructor.
|
Constructor and Description |
---|
ReplaceDoc(int pre,
Data data,
NewInput input,
Options opts,
QueryContext qc,
InputInfo info)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseXCollationOptions
Project-specific collation options.
|
class |
UCAOptions
UCA collation options.
|
Modifier and Type | Class and Description |
---|---|
class |
FTDistanceOptions
Full-text distance options.
|
class |
FTScopeOptions
Full-text scope options.
|
class |
FTWindowOptions
Full-text window options.
|
Modifier and Type | Class and Description |
---|---|
class |
OptionsOption<O extends Options>
Option containing another
Options value. |
Modifier and Type | Method and Description |
---|---|
<O extends Options> |
Options.get(OptionsOption<O> option)
Returns the original instance of the requested options.
|
<O extends Options> |
Options.set(OptionsOption<O> option,
O value)
Sets the options of an option.
|
Modifier and Type | Method and Description |
---|---|
static Option<?>[] |
Options.options(Class<? extends Options> clz)
Returns all options from the specified class.
|
Constructor and Description |
---|
Options(Options opts)
Constructor with options file.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.