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.query.func.ft |
Full-text Functions.
|
org.basex.query.func.xquery |
XQuery Functions.
|
org.basex.util.ft |
Full-text specific utility classes.
|
org.basex.util.options |
Modifier and Type | Field and Description |
---|---|
static BooleanOption |
CsvOptions.BACKSLASHES
Option: backslash flag .
|
static BooleanOption |
CsvOptions.HEADER
Option: header line.
|
static BooleanOption |
CsvOptions.LAX
Option: lax conversion of strings to QNames.
|
static BooleanOption |
CsvOptions.QUOTES
Option: parse quotes.
|
Modifier and Type | Field and Description |
---|---|
static BooleanOption |
HtmlOptions.ANY
TagSoup option: any.
|
static BooleanOption |
HtmlOptions.EMPTYBOGONS
TagSoup option: emptybogons.
|
static BooleanOption |
HtmlOptions.HTML
TagSoup option: html.
|
static BooleanOption |
HtmlOptions.IGNORABLE
TagSoup option: nobogons.
|
static BooleanOption |
HtmlOptions.LEXICAL
TagSoup option: lexical.
|
static BooleanOption |
HtmlOptions.NOBOGONS
TagSoup option: nobogons.
|
static BooleanOption |
HtmlOptions.NOCDATA
TagSoup option: nocdata.
|
static BooleanOption |
HtmlOptions.NOCOLONS
TagSoup option: nocolons.
|
static BooleanOption |
HtmlOptions.NODEFAULTS
TagSoup option: nodefaults.
|
static BooleanOption |
HtmlOptions.NONS
TagSoup option: nons.
|
static BooleanOption |
HtmlOptions.NORESTART
TagSoup option: norestart.
|
static BooleanOption |
HtmlOptions.NOROOTBOGONS
TagSoup option: norootbogons.
|
static BooleanOption |
HtmlOptions.OMIT_XML_DECLARATION
TagSoup option: omit-xml-declaration.
|
Modifier and Type | Field and Description |
---|---|
static BooleanOption |
JsonSerialOptions.ESCAPE
Option: escape special characters.
|
static BooleanOption |
JsonOptions.LAX
Option: lax conversion of names to QNames.
|
static BooleanOption |
JsonParserOptions.LIBERAL
Option: liberal parsing.
|
static BooleanOption |
JsonOptions.MERGE
Option: merge type information.
|
static BooleanOption |
JsonOptions.STRINGS
Option: include string types.
|
static BooleanOption |
JsonParserOptions.UNESCAPE
Option: unescape special characters.
|
Modifier and Type | Field and Description |
---|---|
static BooleanOption |
TextOptions.LINES
Parser option: line-wise parsing.
|
Modifier and Type | Field and Description |
---|---|
static BooleanOption |
MainOptions.ADDARCHIVES
Flag for adding archives to a database.
|
static BooleanOption |
MainOptions.ADDCACHE
Cache new documents before adding them to a database.
|
static BooleanOption |
MainOptions.ADDRAW
Flag for adding remaining files as raw files.
|
static BooleanOption |
MainOptions.ATTRINDEX
Flag for creating an attribute value index.
|
static BooleanOption |
MainOptions.AUTOFLUSH
Flushes the database after each update.
|
static BooleanOption |
MainOptions.AUTOOPTIMIZE
Flag for automatic index updates.
|
static BooleanOption |
MainOptions.CACHEQUERY
Caches the query results.
|
static BooleanOption |
MainOptions.CASESENS
Flag for full-text case sensitivity.
|
static BooleanOption |
MainOptions.CHECKSTRINGS
Validate string inputs.
|
static BooleanOption |
MainOptions.CHOP
Flag for whitespace chopping.
|
static BooleanOption |
MainOptions.COMPPLAN
Creates the query plan before or after compilation.
|
static BooleanOption |
MainOptions.CREATEONLY
Flag for opening a database after creating it.
|
static BooleanOption |
StaticOptions.DEBUG
Debug mode.
|
static BooleanOption |
MainOptions.DEFAULTDB
Favor global database when opening resources.
|
static BooleanOption |
MainOptions.DIACRITICS
Flag for full-text diacritics sensitivity.
|
static BooleanOption |
MainOptions.DOTCOMPACT
Compact dot representation.
|
static BooleanOption |
MainOptions.DOTPLAN
Dots the query plan.
|
static BooleanOption |
MainOptions.DTD
Flag for parsing DTDs.
|
static BooleanOption |
MainOptions.FORCECREATE
Forces database creation for unknown documents.
|
static BooleanOption |
MainOptions.FTINDEX
Flag for creating a full-text index.
|
static BooleanOption |
StaticOptions.GLOBALLOCK
Applied locking algorithm: local (database) vs. global (process) locking.
|
static BooleanOption |
StaticOptions.HTTPLOCAL
Local (embedded) mode.
|
static BooleanOption |
MainOptions.INTPARSE
Use internal XML parser.
|
static BooleanOption |
StaticOptions.LANGKEYS
Flag to include key names in the language strings.
|
static BooleanOption |
StaticOptions.LOG
Logging flag.
|
static BooleanOption |
MainOptions.MAINMEM
Flag for creating a main memory database.
|
static BooleanOption |
MainOptions.MIXUPDATES
Flag for mixing updates and items.
|
static BooleanOption |
MainOptions.QUERYINFO
Detailed query information.
|
static BooleanOption |
MainOptions.RUNQUERY
Runs the query results, or only parses it.
|
static BooleanOption |
MainOptions.SERIALIZE
Flag for serializing query results.
|
static BooleanOption |
MainOptions.SKIPCORRUPT
Flag for skipping corrupt files.
|
static BooleanOption |
MainOptions.STEMMING
Flag for full-text stemming.
|
static BooleanOption |
MainOptions.STRIPNS
Strips namespaces.
|
static BooleanOption |
MainOptions.TEXTINDEX
Flag for creating a text index.
|
static BooleanOption |
MainOptions.UPDINDEX
Flag for activating incremental index structures.
|
static BooleanOption |
MainOptions.WRITEBACK
Writes original files back after updates.
|
static BooleanOption |
MainOptions.XINCLUDE
Flag for using XInclude.
|
static BooleanOption |
MainOptions.XMLPLAN
Prints an XML plan.
|
Modifier and Type | Field and Description |
---|---|
static BooleanOption |
GUIOptions.ASCSORT
Sort ascending.
|
static BooleanOption |
GUIOptions.AUTO
Automatically add characters.
|
static BooleanOption |
GUIOptions.CASESORT
Case sensitive sorting.
|
static BooleanOption |
GUIOptions.EXECRT
Flag for realtime query execution.
|
static BooleanOption |
GUIOptions.FILTERRT
Flag for realtime context filtering.
|
static BooleanOption |
GUIOptions.HIDDENFILES
Flag for activated project structure.
|
static BooleanOption |
GUIOptions.MAPATTS
Show attributes in treemap.
|
static BooleanOption |
GUIOptions.MARKLINE
Mark current line.
|
static BooleanOption |
GUIOptions.MAXSTATE
Flag for maximized GUI window.
|
static BooleanOption |
GUIOptions.MERGEDUPL
Merge duplicate lines.
|
static BooleanOption |
GUIOptions.MOUSEFOCUS
Focus follows mouse.
|
static BooleanOption |
GUIOptions.PLOTXLOG
Logarithmic plot.
|
static BooleanOption |
GUIOptions.PLOTYLOG
Logarithmic plot.
|
static BooleanOption |
GUIOptions.SAVERUN
Save before executing file.
|
static BooleanOption |
GUIOptions.SHOWBUTTONS
Flag for displaying buttons in the GUI window.
|
static BooleanOption |
GUIOptions.SHOWEDITOR
Flag for activated xquery view.
|
static BooleanOption |
GUIOptions.SHOWEXPLORE
Flag for activated query view.
|
static BooleanOption |
GUIOptions.SHOWFOLDER
Flag for activated tree view.
|
static BooleanOption |
GUIOptions.SHOWINFO
Flag for activated info view.
|
static BooleanOption |
GUIOptions.SHOWINPUT
Flag for displaying the text field in the GUI window.
|
static BooleanOption |
GUIOptions.SHOWINVISIBLE
Show invisible characters.
|
static BooleanOption |
GUIOptions.SHOWLINES
Show line numbers.
|
static BooleanOption |
GUIOptions.SHOWMAP
Flag for activated map view.
|
static BooleanOption |
GUIOptions.SHOWMARGIN
Show line margin.
|
static BooleanOption |
GUIOptions.SHOWNAME
Flag for dissolving name attributes.
|
static BooleanOption |
GUIOptions.SHOWNL
Show newlines.
|
static BooleanOption |
GUIOptions.SHOWPLOT
Flag for activated plot view.
|
static BooleanOption |
GUIOptions.SHOWPROJECT
Flag for activated project structure.
|
static BooleanOption |
GUIOptions.SHOWSTATUS
Flag for displaying the status bar in the GUI window.
|
static BooleanOption |
GUIOptions.SHOWTABLE
Flag for activated table view.
|
static BooleanOption |
GUIOptions.SHOWTEXT
Flag for activated result view.
|
static BooleanOption |
GUIOptions.SHOWTREE
Flag for activated tree view.
|
static BooleanOption |
GUIOptions.SIMPLEFD
Flag for showing the simple file dialog.
|
static BooleanOption |
GUIOptions.SR_CASE
Match case.
|
static BooleanOption |
GUIOptions.SR_MULTI
Multi-line mode.
|
static BooleanOption |
GUIOptions.SR_REGEX
Regular expressions.
|
static BooleanOption |
GUIOptions.SR_WORD
Whole word.
|
static BooleanOption |
GUIOptions.TABSPACES
Insert tabs as spaces.
|
static BooleanOption |
GUIOptions.TREEATTS
Show attributes in treeview.
|
static BooleanOption |
GUIOptions.TREESLIMS
Slim rectangles to text length.
|
Constructor and Description |
---|
BaseXCheckBox(String label,
BooleanOption opt,
Options opts,
Window win)
Checkbox.
|
Modifier and Type | Field and Description |
---|---|
static BooleanOption |
FtIndexOptions.FUZZY
Option: fuzzy.
|
static BooleanOption |
FtIndexOptions.ORDERED
Option: ordered.
|
static BooleanOption |
FtTokenizeOptions.STEMMING
Option: stemming.
|
static BooleanOption |
FtContainsOptions.STEMMING
Option: stemming.
|
static BooleanOption |
FtIndexOptions.WILDCARDS
Option: wildcards.
|
Modifier and Type | Field and Description |
---|---|
static BooleanOption |
XQueryParse.XQueryOptions.COMPILE
Compile query.
|
static BooleanOption |
XQueryParse.XQueryOptions.PLAN
Return plan.
|
Modifier and Type | Field and Description |
---|---|
static BooleanOption |
FTScopeOptions.SAME
Option: same.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
Options.get(BooleanOption option)
Returns the requested boolean.
|
boolean |
Options.invert(BooleanOption option)
Inverts the boolean value of an option.
|
void |
Options.set(BooleanOption option,
boolean value)
Sets the boolean value of an option.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.