A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

B

B64 - Class in org.basex.query.item
Base64Binary item.
B64(Hex) - Constructor for class org.basex.query.item.B64
Constructor.
B64(byte[]) - Constructor for class org.basex.query.item.B64
Constructor.
back - Static variable in class org.basex.gui.GUIConstants
Transparent background color.
back - Static variable in class org.basex.gui.layout.BaseXSplitSep
Color background.
backing - Variable in class org.basex.data.MetaData
DeepFS backing path.
BACKING - Static variable in interface org.basex.Text
Backing store attribute.
BACKINGEXISTS - Static variable in interface org.basex.build.fs.FSText
Error message 'create FS...' if backing storage exists.
backingpath - Variable in class org.basex.build.fs.FSParser
Path to root of the backing store for this import.
BACKINGSTORE - Static variable in interface org.basex.data.DataText
Backing store attribute.
backingstoreID - Variable in class org.basex.fuse.DeepFS
Index backing store.
BACKINGWHICH - Static variable in interface org.basex.Text
Missing backing store.
base() - Method in class org.basex.query.item.DBNode
 
base() - Method in class org.basex.query.item.FDoc
 
base() - Method in class org.basex.query.item.FElem
 
base() - Method in class org.basex.query.item.Nod
Returns the database name.
BASE - Static variable in interface org.basex.query.QueryTokens
Base token.
baseURI - Variable in class org.basex.query.QueryContext
Static Base URI.
BASEURI - Static variable in interface org.basex.query.QueryTokens
Parser token.
BaseX - Class in org.basex
This is the starter class for the stand-alone console mode.
BaseX(boolean) - Constructor for class org.basex.BaseX
Constructor.
BASEX - Static variable in interface org.basex.query.QueryTokens
Database token.
BaseXBack - Class in org.basex.gui.layout
Panel background, extending the JPanel.
BaseXBack() - Constructor for class org.basex.gui.layout.BaseXBack
Default constructor.
BaseXBack(GUIConstants.Fill) - Constructor for class org.basex.gui.layout.BaseXBack
Constructor, specifying the fill mode.
BaseXBar - Class in org.basex.gui.layout
This is a scrollbar implementation, supporting arbitrary panel heights without increasing the memory consumption.
BaseXBar(BaseXPanel) - Constructor for class org.basex.gui.layout.BaseXBar
Default constructor.
BaseXBar(BaseXPanel, boolean) - Constructor for class org.basex.gui.layout.BaseXBar
Default Constructor, allowing to modify the scrollbar visibility.
BaseXButton - Class in org.basex.gui.layout
Project specific button implementation.
BaseXButton(String, byte[], Window) - Constructor for class org.basex.gui.layout.BaseXButton
Default constructor.
BaseXButton(GUI, String, byte[]) - Constructor for class org.basex.gui.layout.BaseXButton
Default constructor.
BaseXCheckBox - Class in org.basex.gui.layout
Project specific CheckBox implementation.
BaseXCheckBox(String, byte[], boolean, Window) - Constructor for class org.basex.gui.layout.BaseXCheckBox
Default constructor.
BaseXCheckBox(String, byte[], boolean, int, Window) - Constructor for class org.basex.gui.layout.BaseXCheckBox
Default constructor.
BaseXClient - Class in org.basex
This is the starter class for the client console mode.
BaseXClient() - Constructor for class org.basex.BaseXClient
Constructor.
BaseXClientNew - Class in org.basex.server
This is the starter class for the client console mode.
BaseXClientNew() - Constructor for class org.basex.server.BaseXClientNew
Constructor.
BaseXCombo - Class in org.basex.gui.layout
Project specific ComboBox implementation.
BaseXCombo(String[], byte[], Window) - Constructor for class org.basex.gui.layout.BaseXCombo
Constructor.
BaseXDSlider - Class in org.basex.gui.layout
DoubleSlider implementation.
BaseXDSlider(GUI, double, double, byte[], ActionListener) - Constructor for class org.basex.gui.layout.BaseXDSlider
Constructor.
BaseXFileChooser - Class in org.basex.gui.layout
Project specific File Chooser implementation.
BaseXFileChooser(String, String, GUI) - Constructor for class org.basex.gui.layout.BaseXFileChooser
Default constructor.
BaseXFileChooser.Mode - Enum in org.basex.gui.layout
File Dialog Mode.
BaseXLabel - Class in org.basex.gui.layout
Project specific Label implementation.
BaseXLabel(String) - Constructor for class org.basex.gui.layout.BaseXLabel
Constructor.
BaseXLabel(String, boolean, boolean) - Constructor for class org.basex.gui.layout.BaseXLabel
Constructor.
BaseXLayout - Class in org.basex.gui.layout
This class assembles layout and paint methods which are frequently used in the GUI.
BaseXListChooser - Class in org.basex.gui.layout
Combination of TextField and a List, communicating with each other.
BaseXListChooser(String[], byte[], Dialog) - Constructor for class org.basex.gui.layout.BaseXListChooser
Default constructor.
BaseXPanel - Class in org.basex.gui.layout
Abstract panel implementation with a number of predefined listeners.
BaseXPopup - Class in org.basex.gui.layout
Project specific Popup menu implementation.
BaseXPopup(BaseXPanel, GUICommand[]) - Constructor for class org.basex.gui.layout.BaseXPopup
Constructor.
BaseXRadio - Class in org.basex.gui.layout
Project specific RadioButton implementation.
BaseXRadio(String, byte[], boolean, Window) - Constructor for class org.basex.gui.layout.BaseXRadio
Default constructor.
BaseXServer - Class in org.basex
This is the starter class for the database server.
BaseXServer(String...) - Constructor for class org.basex.BaseXServer
The server calls this constructor to listen on the given port for incoming connections.
BaseXServerNew - Class in org.basex.server
This is the starter class for the database server.
BaseXServerNew(String...) - Constructor for class org.basex.server.BaseXServerNew
The server calls this constructor to listen on the given port for incoming connections.
BaseXSlider - Class in org.basex.gui.layout
Project specific Slider implementation.
BaseXSlider(ActionListener, int, int, int, byte[], Window) - Constructor for class org.basex.gui.layout.BaseXSlider
Constructor.
BaseXSlider(int, int, int, byte[], Window) - Constructor for class org.basex.gui.layout.BaseXSlider
Constructor.
BaseXSplit - Class in org.basex.gui.layout
Project specific Split panel implementation.
BaseXSplit(boolean) - Constructor for class org.basex.gui.layout.BaseXSplit
Constructor.
BaseXSplitSep - Class in org.basex.gui.layout
This separator splits several panels and allows panel resizing.
BaseXSplitSep(boolean) - Constructor for class org.basex.gui.layout.BaseXSplitSep
Constructor.
BASEXSUFFIX - Static variable in class org.basex.io.IO
Database suffix.
BaseXSyntax - Class in org.basex.gui.layout
This abstract class defines a framework for a simple syntax highlighting in text panels.
BaseXSyntax() - Constructor for class org.basex.gui.layout.BaseXSyntax
 
BaseXTabs - Class in org.basex.gui.layout
Project specific TabbedPane implementation.
BaseXTabs(Window) - Constructor for class org.basex.gui.layout.BaseXTabs
Default constructor.
BaseXText - Class in org.basex.gui.layout
This class offers a fast text input, using the BaseXTextRenderer class.
BaseXText(byte[], boolean, Window) - Constructor for class org.basex.gui.layout.BaseXText
Default constructor.
BaseXTextField - Class in org.basex.gui.layout
Project specific text field implementation.
BaseXTextField(byte[], Window) - Constructor for class org.basex.gui.layout.BaseXTextField
Constructor.
BaseXTextField(String, byte[], Window) - Constructor for class org.basex.gui.layout.BaseXTextField
Constructor.
BaseXTextRenderer - Class in org.basex.gui.layout
Efficient Text Editor and Renderer, supporting syntax highlighting and text selections.
BaseXTextTokens - Class in org.basex.gui.layout
This class allows the iteration on tokens.
BaseXWebServer - Class in org.basex
This is a simple web server.
BaseXWin - Class in org.basex
This is the starter class for the graphical frontend.
BaseXWin(String[]) - Constructor for class org.basex.BaseXWin
Constructor.
BASX - Static variable in interface org.basex.query.QueryText
BASX Error type.
BEFORE - Static variable in interface org.basex.query.QueryTokens
Parser token.
BEFOREROOT - Static variable in interface org.basex.build.BuildText
Builder error.
bfont - Static variable in class org.basex.gui.GUIConstants
Bold Font.
BIB_ID - Static variable in interface org.basex.build.mediovis.MAB2
ID Attribute.
bind(Expr, QueryContext) - Method in class org.basex.query.util.Var
Binds the specified expression to the variable.
bind(Item, QueryContext) - Method in class org.basex.query.util.Var
Binds the specified item to the variable.
BITRATE - Static variable in interface org.basex.build.fs.FSText
MP3 tag.
Bln - Class in org.basex.query.item
Boolean item.
BLOCKFILL - Static variable in class org.basex.io.IO
Fill Factor (greater than 0.0, maximum 1.0).
blocks() - Method in class org.basex.io.TableDiskAccess
Returns the number of used blocks; needed for JUnit tests.
BLOCKSIZE - Static variable in class org.basex.io.IO
Disk block/page size.
bmap(String, long, long) - Method in class org.basex.fuse.DeepFS
 
bmap(String, long, long) - Method in class org.basex.fuse.DeepFuse
Maps block index within file to block index within device.
BMPExtractor - Class in org.basex.build.fs.metadata
BMP meta data extractor.
BMPExtractor() - Constructor for class org.basex.build.fs.metadata.BMPExtractor
 
bool() - Method in class org.basex.query.item.Bln
 
bool() - Method in class org.basex.query.item.Dbl
 
bool() - Method in class org.basex.query.item.Dec
 
bool() - Method in class org.basex.query.item.Flt
 
bool() - Method in class org.basex.query.item.Item
Returns a boolean representation of the item.
bool() - Method in class org.basex.query.item.Itr
 
bool() - Method in class org.basex.query.item.Jav
 
bool() - Method in class org.basex.query.item.Nod
 
bool() - Method in class org.basex.query.item.QNm
 
bool() - Method in class org.basex.query.item.Str
 
BoolList - Class in org.basex.util
This is a simple container for native boolean values.
BoolList() - Constructor for class org.basex.util.BoolList
Default constructor.
BoolList(int) - Constructor for class org.basex.util.BoolList
Constructor, specifying the initial array size.
BOUNDARY - Static variable in interface org.basex.query.QueryTokens
Parser token.
BOUNDS - Static variable in interface org.basex.query.QueryText
XPST0003: Parsing exception.
BR1 - Static variable in interface org.basex.query.QueryTokens
Parser token.
BR2 - Static variable in interface org.basex.query.QueryTokens
Parser token.
BRACE1 - Static variable in interface org.basex.query.QueryTokens
Parser token.
BRACE2 - Static variable in interface org.basex.query.QueryTokens
Parser token.
buffer(int) - Method in class org.basex.build.fs.parser.BufferedFileChannel
Buffers n bytes, if the underlying buffer is large enough.
buffer() - Method in class org.basex.io.CachedOutput
Returns the internal buffer.
buffer() - Method in class org.basex.io.IO
Returns a buffered reader for the file.
buffer() - Method in class org.basex.io.IOContent
 
buffer() - Method in class org.basex.io.IOFile
 
buffer() - Method in class org.basex.io.IOUrl
 
BufferedFileChannel - Class in org.basex.build.fs.parser
Buffered FileChannel implementation.
BufferedFileChannel(File) - Constructor for class org.basex.build.fs.parser.BufferedFileChannel
Standard constructor for creating a BufferedFileChannel from a complete file.
BufferedFileChannel(File, int) - Constructor for class org.basex.build.fs.parser.BufferedFileChannel
Creates a BufferedFileChannel from a complete file with the given buffer size.
BufferedFileChannel(File, ByteBuffer) - Constructor for class org.basex.build.fs.parser.BufferedFileChannel
Creates a BufferedFileChannel from a complete file and uses the given buffer for caching the data.
BufferedOutput - Class in org.basex.io
This class serves as a buffered wrapper for output streams.
BufferedOutput(OutputStream) - Constructor for class org.basex.io.BufferedOutput
Constructor with a default buffer size.
BufferedOutput(OutputStream, int) - Constructor for class org.basex.io.BufferedOutput
Constructor with a specific buffer size.
BufferInput - Class in org.basex.io
This class serves as a buffered wrapper for input streams.
BufferInput(String) - Constructor for class org.basex.io.BufferInput
Initializes the file reader.
BufferInput(File) - Constructor for class org.basex.io.BufferInput
Initializes the file reader.
BufferInput(InputStream) - Constructor for class org.basex.io.BufferInput
Initializes the file reader.
BufferInput(File, byte[]) - Constructor for class org.basex.io.BufferInput
Initializes the file reader.
BufferInput(InputStream, byte[]) - Constructor for class org.basex.io.BufferInput
Initializes the file reader.
BufferInput(byte[]) - Constructor for class org.basex.io.BufferInput
Empty constructor.
bug(Object...) - Static method in class org.basex.BaseX
Prints some information for an unexpected exception.
build() - Method in class org.basex.build.Builder
Builds the database by running the specified parser.
build(String) - Method in class org.basex.build.Builder
Builds the database by running the specified parser.
build() - Method in class org.basex.index.FTFuzzyBuilder
 
build() - Method in class org.basex.index.FTTrieBuilder
 
build() - Method in class org.basex.index.IndexBuilder
Builds the index structure and returns an index instance.
build() - Method in class org.basex.index.ValueBuilder
 
Builder - Class in org.basex.build
This class provides an interface for building database instances.
BuildException - Exception in org.basex.build
This class indicates building exceptions.
BuildException(String) - Constructor for exception org.basex.build.BuildException
Constructs an exception with the specified message.
BuildException(String, Object...) - Constructor for exception org.basex.build.BuildException
Constructs an exception with the specified message and extension.
BuildText - Interface in org.basex.build
This interface organizes textual information for the builder package.
BuildText.Type - Enum in org.basex.build
Token types.
BUTTONBROWSE - Static variable in interface org.basex.Text
Button text for browsing files/directories.
BUTTONCANCEL - Static variable in interface org.basex.Text
Button text for canceling actions.
BUTTONCMD - Static variable in interface org.basex.Text
Command mode.
BUTTONDROP - Static variable in interface org.basex.Text
Button text for deleting files.
BUTTONOK - Static variable in interface org.basex.Text
Button text for confirming actions.
BUTTONOPEN - Static variable in interface org.basex.Text
Button text for opening files.
BUTTONOPT - Static variable in interface org.basex.Text
Button text for confirming actions.
BUTTONRENAME - Static variable in interface org.basex.Text
Button text for opening files.
BUTTONSEARCH - Static variable in interface org.basex.Text
Search mode.
BUTTONXQUERY - Static variable in interface org.basex.Text
XQuery mode.
bwidth - Static variable in class org.basex.gui.GUIConstants
Bold character widths.
BXAttr - Class in org.basex.api.dom
DOM - Attribute implementation.
BXAttr(Nod) - Constructor for class org.basex.api.dom.BXAttr
Constructor.
BXCData - Class in org.basex.api.dom
DOM - CData implementation.
BXCData(Nod) - Constructor for class org.basex.api.dom.BXCData
Constructor.
BXChar - Class in org.basex.api.dom
DOM - Character data implementation.
BXComm - Class in org.basex.api.dom
DOM - Comment implementation.
BXComm(Nod) - Constructor for class org.basex.api.dom.BXComm
Constructor.
BXDoc - Class in org.basex.api.dom
DOM - Document implementation.
BXDoc(Nod) - Constructor for class org.basex.api.dom.BXDoc
Constructor.
BXDocBuilder - Class in org.basex.api.jaxp
This class provides a document builder.
BXDocBuilderFactory - Class in org.basex.api.jaxp
This class provides an entry to the projects' JAXP implementation.
BXDocBuilderFactory() - Constructor for class org.basex.api.jaxp.BXDocBuilderFactory
 
BXDocFrag - Class in org.basex.api.dom
DOM - Document fragment implementation.
BXDomImpl - Class in org.basex.api.dom
DOM - implementation.
BXDomImpl() - Constructor for class org.basex.api.dom.BXDomImpl
 
BXElem - Class in org.basex.api.dom
DOM - Element implementation.
BXElem(Nod) - Constructor for class org.basex.api.dom.BXElem
Constructor.
BXNamespaceContext - Class in org.basex.api.jaxp
This class provides access to namespace context.
BXNamespaceContext(NSLocal) - Constructor for class org.basex.api.jaxp.BXNamespaceContext
Constructor.
BXNList - Class in org.basex.api.dom
DOM - Node list implementation.
BXNList(NodIter) - Constructor for class org.basex.api.dom.BXNList
Constructor.
BXNList(Nodes) - Constructor for class org.basex.api.dom.BXNList
Constructor.
BXNNode - Class in org.basex.api.dom
DOM - Named node map implementation.
BXNNode(NodIter) - Constructor for class org.basex.api.dom.BXNNode
Constructor.
BXNode - Class in org.basex.api.dom
DOM - Node implementation.
BXPath - Class in org.basex.api.jaxp
This class provides an API for standalone XPath processing.
BXPath() - Constructor for class org.basex.api.jaxp.BXPath
 
BXPathExpression - Class in org.basex.api.jaxp
This class provides an API for standalone XPath processing.
BXPathExpression(String) - Constructor for class org.basex.api.jaxp.BXPathExpression
Constructor.
BXPI - Class in org.basex.api.dom
DOM - Processing instruction implementation.
BXPI(Nod) - Constructor for class org.basex.api.dom.BXPI
Constructor.
BXText - Class in org.basex.api.dom
DOM - Text implementation.
BXText(Nod) - Constructor for class org.basex.api.dom.BXText
Constructor.
BXURI - Static variable in interface org.basex.query.QueryTokens
Database URI.
BY - Static variable in interface org.basex.query.QueryTokens
Parser token.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z