Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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
C
CachedInput
- Class in
org.basex.io
This class allows reading from a cached byte array.
CachedInput(byte[])
- Constructor for class org.basex.io.
CachedInput
Initializes the file reader.
CachedOutput
- Class in
org.basex.io
This class caches the output bytes in an array.
CachedOutput()
- Constructor for class org.basex.io.
CachedOutput
Default constructor.
CachedOutput(int)
- Constructor for class org.basex.io.
CachedOutput
Constructor, specifying the maximum number of bytes to write.
Calc
- Enum in
org.basex.query.xpath.values
This enumeration assembles different value comparisons.
Calc
- Enum in
org.basex.query.xquery.expr
Calculation.
CALCEXPR
- Static variable in interface org.basex.query.xquery.
XQText
XPST0003: Parsing exception.
calcualteFtOr(int[][], int[][])
- Static method in class org.basex.query.xpath.expr.
FTUnion
Builds an or-conjunction of values1 and values2.
calculateFTAnd(int[][], int[][])
- Method in class org.basex.query.xpath.expr.
FTIntersection
Built join for value1 and value2; used key is id.
Calculation
- Class in
org.basex.query.xpath.expr
Calculation Expression.
Calculation(Expr, Expr, Calc)
- Constructor for class org.basex.query.xpath.expr.
Calculation
Constructor.
cancel()
- Method in class org.basex.gui.dialog.
Dialog
Default action for canceling the dialog.
cancel()
- Method in class org.basex.gui.dialog.
DialogColors
cancel()
- Method in class org.basex.gui.dialog.
DialogFontChooser
cancel()
- Method in class org.basex.gui.dialog.
DialogImportFS
cancel()
- Method in class org.basex.gui.dialog.
DialogMapLayout
cancel()
- Method in class org.basex.gui.dialog.
DialogPrefs
cancel()
- Method in class org.basex.gui.dialog.
DialogProgress
Case
- Class in
org.basex.query.xquery.expr
Case expression.
Case(Var, Expr)
- Constructor for class org.basex.query.xquery.expr.
Case
Constructor.
CASE
- Static variable in interface org.basex.query.xquery.
XQTokens
Parser token.
Cast
- Class in
org.basex.query.xquery.expr
Cast expression.
Cast(Expr, SeqType)
- Constructor for class org.basex.query.xquery.expr.
Cast
Function constructor.
cast(Item, XQContext)
- Method in class org.basex.query.xquery.expr.
Cast
Casts the specified item.
cast(Item, XQContext)
- Method in class org.basex.query.xquery.item.
SeqType
Cast the specified item.
cast(Type, Item)
- Static method in class org.basex.query.xquery.util.
Err
Throws a numeric type exception.
CAST
- Static variable in interface org.basex.query.xquery.
XQTokens
Parser token.
Castable
- Class in
org.basex.query.xquery.expr
Castable expression.
Castable(Expr, SeqType)
- Constructor for class org.basex.query.xquery.expr.
Castable
Constructor.
CASTABLE
- Static variable in interface org.basex.query.xquery.
XQTokens
Parser token.
CASTBOOL
- Static variable in interface org.basex.query.xquery.
XQText
FORG0001: Evaluation exception.
castErr(Object)
- Method in class org.basex.query.xquery.item.
Item
Throws a cast error.
CASTUNKNOWN
- Static variable in interface org.basex.query.xquery.
XQText
XPST0080: Parsing exception.
CAttr
- Class in
org.basex.query.xquery.expr
Attribute fragment.
CAttr(Expr, Expr[], boolean)
- Constructor for class org.basex.query.xquery.expr.
CAttr
Constructor.
CComm
- Class in
org.basex.query.xquery.expr
Comment fragment.
CComm(Expr)
- Constructor for class org.basex.query.xquery.expr.
CComm
Constructor.
Cd
- Class in
org.basex.core.proc
BaseX command.
Cd()
- Constructor for class org.basex.core.proc.
Cd
CDATA
- Static variable in interface org.basex.build.
BuildText
CDATA token.
CDATA
- Static variable in interface org.basex.query.xquery.
XQTokens
Parser token.
CDATASEC
- Static variable in interface org.basex.build.
BuildText
Scanner Error.
CDoc
- Class in
org.basex.query.xquery.expr
Document fragment.
CDoc(Expr)
- Constructor for class org.basex.query.xquery.expr.
CDoc
Constructor.
Ceiling
- Class in
org.basex.query.xpath.func
Constructor for ceiling() function.
Ceiling(Expr[])
- Constructor for class org.basex.query.xpath.func.
Ceiling
Function Constructor.
CElem
- Class in
org.basex.query.xquery.expr
Element fragment.
CElem(Expr, Expr[], FAttr[])
- Constructor for class org.basex.query.xquery.expr.
CElem
Constructor.
centerPos(Graphics, byte[], int)
- Static method in class org.basex.gui.layout.
BaseXLayout
Calculates if the string fits in one line; if yes, returns the horizontal start position.
CHARACTER
- Static variable in interface org.basex.build.
BuildText
Scanner Error.
characters(char[], int, int)
- Method in class org.basex.build.xml.
SAXWrapper
characters(char[], int, int)
- Method in class org.basex.test.examples.
SAXExample
Check
- Class in
org.basex.core.proc
Evaluates the 'check' command.
Check()
- Constructor for class org.basex.core.proc.
Check
check(String)
- Static method in class org.basex.core.proc.
Check
Static command for getting a database reference.
check(byte[])
- Static method in class org.basex.core.proc.
Insert
Checks the validity of the specified name.
check(byte[])
- Static method in class org.basex.query.xquery.item.
Bln
Checks if the specified value is a correct boolean string.
check(byte[])
- Static method in class org.basex.query.xquery.item.
Nam
Checks the validity of the specified name.
check(byte[])
- Static method in class org.basex.query.xquery.item.
NCN
Checks the validity of the specified name.
check(byte[])
- Static method in class org.basex.query.xquery.item.
NMT
Checks the validity of the specified name.
check(XQContext, boolean)
- Method in class org.basex.query.xquery.item.
QNm
Checks the validity of the qname.
check(byte[])
- Static method in class org.basex.query.xquery.item.
URI
Compares the specified uri.
check()
- Method in class org.basex.query.xquery.util.
Functions
Checks if all functions have been correctly initialized.
checkArguments()
- Method in class org.basex.query.xpath.func.
BooleanFunc
checkArguments()
- Method in class org.basex.query.xpath.func.
Ceiling
checkArguments()
- Method in class org.basex.query.xpath.func.
Concat
checkArguments()
- Method in class org.basex.query.xpath.func.
Contains
checkArguments()
- Method in class org.basex.query.xpath.func.
ContainsLC
checkArguments()
- Method in class org.basex.query.xpath.func.
Count
checkArguments()
- Method in class org.basex.query.xpath.func.
Distinct
checkArguments()
- Method in class org.basex.query.xpath.func.
Doc
checkArguments()
- Method in class org.basex.query.xpath.func.
False
checkArguments()
- Method in class org.basex.query.xpath.func.
Floor
checkArguments()
- Method in class org.basex.query.xpath.func.
Func
Checks validity/number of arguments.
checkArguments()
- Method in class org.basex.query.xpath.func.
Id
checkArguments()
- Method in class org.basex.query.xpath.func.
Lang
checkArguments()
- Method in class org.basex.query.xpath.func.
Last
checkArguments()
- Method in class org.basex.query.xpath.func.
LocalName
checkArguments()
- Method in class org.basex.query.xpath.func.
Name
checkArguments()
- Method in class org.basex.query.xpath.func.
NamespaceURI
checkArguments()
- Method in class org.basex.query.xpath.func.
Nodes
checkArguments()
- Method in class org.basex.query.xpath.func.
NormalizeSpace
checkArguments()
- Method in class org.basex.query.xpath.func.
Not
checkArguments()
- Method in class org.basex.query.xpath.func.
NumFunc
checkArguments()
- Method in class org.basex.query.xpath.func.
Position
checkArguments()
- Method in class org.basex.query.xpath.func.
Random
checkArguments()
- Method in class org.basex.query.xpath.func.
Round
checkArguments()
- Method in class org.basex.query.xpath.func.
Sort
checkArguments()
- Method in class org.basex.query.xpath.func.
StartsWith
checkArguments()
- Method in class org.basex.query.xpath.func.
StringFunc
checkArguments()
- Method in class org.basex.query.xpath.func.
StringLength
checkArguments()
- Method in class org.basex.query.xpath.func.
SubStr
checkArguments()
- Method in class org.basex.query.xpath.func.
SubstringAfter
checkArguments()
- Method in class org.basex.query.xpath.func.
SubstringBefore
checkArguments()
- Method in class org.basex.query.xpath.func.
Sum
checkArguments()
- Method in class org.basex.query.xpath.func.
Translate
checkArguments()
- Method in class org.basex.query.xpath.func.
True
checkAxes()
- Method in class org.basex.query.xpath.locpath.
LocPath
Checks if the specified location step has suitable index axes.
checked()
- Method in enum org.basex.gui.
GUICommands
Returns if this command includes a menu checkbox.
checkFocus(JComponent)
- Method in class org.basex.gui.
GUI
Focuses the specified component if the input field is not focused.
checkText(Data, int, int, int)
- Static method in class org.basex.core.proc.
Insert
Checks if the current insertion would create two adjacent text nodes.
child()
- Method in class org.basex.query.xquery.item.
DNode
child()
- Method in class org.basex.query.xquery.item.
FNode
child()
- Method in class org.basex.query.xquery.item.
Node
Returns a child axis iterator.
CHOP
- Static variable in class org.basex.core.proc.
Set
Set option.
chop
- Static variable in class org.basex.core.
Prop
Flag for whitespace chopping.
chop
- Variable in class org.basex.data.
MetaData
Flag for whitespace chopping.
chopNumber(byte[])
- Static method in class org.basex.util.
Token
Finishes the numeric token, removing trailing zeroes.
chopPath(String)
- Static method in class org.basex.core.proc.
Create
Chops the path and the XML suffix of the specified filename.
CHOPPINGINFO
- Static variable in interface org.basex.gui.
GUIText
Whitespaces information.
chopString(Graphics, byte[], int, int, int)
- Static method in class org.basex.gui.layout.
BaseXLayout
Draws the specified string.
CIRCMODULE
- Static variable in interface org.basex.query.xquery.
XQText
XQST0073: Parsing exception.
cl(int)
- Static method in class org.basex.util.
Token
Returns the expected codepoint length of the specified byte.
Clc
- Class in
org.basex.query.xquery.expr
Calculation.
Clc(Expr, Expr, Calc)
- Constructor for class org.basex.query.xquery.expr.
Clc
Constructor.
CLIENTBYE
- Static variable in interface org.basex.
Text
Good-Bye Information.
CLIENTINFO
- Static variable in interface org.basex.
Text
Start Information.
CLIENTLOCAL
- Static variable in interface org.basex.
Text
BaseX Console.
ClientProcess
- Class in
org.basex.core
This class sends client commands to the server instance over a socket.
ClientProcess(String, int, Command)
- Constructor for class org.basex.core.
ClientProcess
Constructor, specifying the server host:port and the command to be sent.
CLIENTSERVER
- Static variable in interface org.basex.
Text
BaseX Console.
clone()
- Method in class org.basex.query.xquery.expr.
FTOptions
clone()
- Method in class org.basex.query.xquery.expr.
FTSelect
clone()
- Method in class org.basex.query.xquery.util.
Var
close()
- Method in class org.basex.build.
Builder
Closes open references.
close()
- Method in class org.basex.build.
DiskBuilder
close()
- Method in class org.basex.build.
MemBuilder
close()
- Method in class org.basex.core.
Context
Closes the database instance.
Close
- Class in
org.basex.core.proc
Evaluates the 'close' command.
Close()
- Constructor for class org.basex.core.proc.
Close
close(Data)
- Static method in class org.basex.core.proc.
Close
Closes the specified database.
close()
- Method in class org.basex.data.
Data
Closes the current database.
close()
- Method in class org.basex.data.
DiskData
close()
- Method in class org.basex.data.
MemData
close()
- Method in class org.basex.gui.dialog.
Dialog
Default action for closing the dialog.
close()
- Method in class org.basex.gui.dialog.
DialogColors
close()
- Method in class org.basex.gui.dialog.
DialogCreate
close()
- Method in class org.basex.gui.dialog.
DialogEdit
close()
- Method in class org.basex.gui.dialog.
DialogFontChooser
close()
- Method in class org.basex.gui.dialog.
DialogImportFS
close()
- Method in class org.basex.gui.dialog.
DialogInsert
close()
- Method in class org.basex.gui.dialog.
DialogMapLayout
close()
- Method in class org.basex.gui.dialog.
DialogOpen
close()
- Method in class org.basex.gui.dialog.
DialogPrefs
close()
- Method in interface org.basex.index.
Index
Close the index.
close()
- Method in class org.basex.index.
MemValues
Close the index.
close()
- Method in class org.basex.index.
Values
Close the index.
close()
- Method in class org.basex.index.
Words
Close the index.
close()
- Method in class org.basex.index.
WordsCTA
Close the index.
close()
- Method in class org.basex.io.
BufferedOutput
close()
- Method in class org.basex.io.
BufferInput
Closes the input stream.
close()
- Method in class org.basex.io.
ConsoleOutput
close()
- Method in class org.basex.io.
DataAccess
Closes the data access.
close()
- Method in class org.basex.io.
DataOutput
close()
- Method in class org.basex.io.
NullOutput
close()
- Method in class org.basex.io.
PrintOutput
close()
- Method in class org.basex.io.
TableAccess
Closes the table access.
close()
- Method in class org.basex.io.
TableDiskAccess
close()
- Method in class org.basex.io.
TableMemAccess
close()
- Method in class org.basex.io.
TableOutput
closeIndex(Index.TYPE)
- Method in class org.basex.data.
Data
Closes the specified index.
closeIndex(Index.TYPE)
- Method in class org.basex.data.
DiskData
closeIndex(Index.TYPE)
- Method in class org.basex.data.
MemData
CLOSEMISS
- Static variable in interface org.basex.build.
BuildText
Builder error.
CLOSING
- Static variable in interface org.basex.build.
BuildText
Scanner Error.
CLOSINGTAG
- Static variable in interface org.basex.build.
BuildText
Tag Mismatch.
cls()
- Method in class org.basex.data.
DiskData
Closes the database without writing data back to disk.
cls()
- Method in class org.basex.query.xquery.expr.
Expr
Returns the simplified class name (for debugging).
cmd
- Variable in class org.basex.core.
AbstractProcess
Command reference.
CMD
- Static variable in interface org.basex.gui.
GUIText
Input field.
CMDARGS
- Static variable in interface org.basex.core.proc.
ProcText
No Document Warning.
CMDERR
- Static variable in interface org.basex.core.proc.
ProcText
Command Execution Error.
CMDEXX
- Static variable in interface org.basex.core.proc.
ProcText
Command Execution Error.
CMDSIMILAR
- Static variable in interface org.basex.core.proc.
ProcText
Unknown Command error.
CMDWHICH
- Static variable in interface org.basex.core.proc.
ProcText
Unknown Command error.
Cmp
- Enum in
org.basex.query.xquery.expr
This enumeration assembles different item comparisons.
cmp(Item, Item)
- Static method in class org.basex.query.xquery.util.
Err
Throws a comparison exception.
CMPEXPR
- Static variable in interface org.basex.query.xquery.
XQText
XPST0003: Parsing exception.
CmpG
- Class in
org.basex.query.xquery.expr
General comparison.
CmpG(Expr, Expr, Cmp)
- Constructor for class org.basex.query.xquery.expr.
CmpG
Constructor.
CmpN
- Class in
org.basex.query.xquery.expr
Expression List.
CmpN(Expr, Expr, Cmp)
- Constructor for class org.basex.query.xquery.expr.
CmpN
Constructor.
CmpV
- Class in
org.basex.query.xquery.expr
Value comparison.
CmpV(Expr, Expr, Cmp)
- Constructor for class org.basex.query.xquery.expr.
CmpV
Constructor.
code(int)
- Method in class org.basex.gui.view.table.
TableInput
Reacts on key codes.
COL2
- Static variable in interface org.basex.query.xquery.
XQTokens
Parser token.
coll(byte[])
- Method in class org.basex.query.xquery.
XQContext
Returns the specified collection.
collation
- Variable in class org.basex.query.xquery.
XQContext
Default collation.
COLLATION
- Static variable in interface org.basex.query.xquery.
XQTokens
Parser token.
COLLINV
- Static variable in interface org.basex.query.xquery.
XQText
FODC0004: Evaluation exception.
color1
- Static variable in class org.basex.gui.
GUIConstants
Bright GUI color.
color2
- Static variable in class org.basex.gui.
GUIConstants
Second bright GUI color.
color3
- Static variable in class org.basex.gui.
GUIConstants
Middle color.
color4
- Static variable in class org.basex.gui.
GUIConstants
Middle color.
color5
- Static variable in class org.basex.gui.
GUIConstants
Middle color.
color6
- Static variable in class org.basex.gui.
GUIConstants
Dark color.
colorblue
- Static variable in class org.basex.gui.
GUIProp
Blue GUI color factor.
COLORBUTTON
- Static variable in class org.basex.gui.
GUIConstants
Button color.
COLORERROR
- Static variable in class org.basex.gui.
GUIConstants
Error color.
colorgreen
- Static variable in class org.basex.gui.
GUIProp
Green GUI color factor.
colormark1
- Static variable in class org.basex.gui.
GUIConstants
Mark color.
colormark2
- Static variable in class org.basex.gui.
GUIConstants
Second mark color.
colormark3
- Static variable in class org.basex.gui.
GUIConstants
Third mark color.
colormark4
- Static variable in class org.basex.gui.
GUIConstants
Fourth mark color.
colormark5
- Static variable in class org.basex.gui.
GUIConstants
Fifth mark color.
COLORQUOTE
- Static variable in class org.basex.gui.
GUIConstants
Quote Color.
colorred
- Static variable in class org.basex.gui.
GUIProp
Red GUI color factor.
COLORS
- Static variable in class org.basex.gui.
GUIConstants
Cached treemap colors.
colorsloc
- Static variable in class org.basex.gui.
GUIProp
Dialog location.
COM
- Static variable in class org.basex.core.proc.
Insert
Insert option.
COM1
- Static variable in interface org.basex.data.
DataText
Comment output.
COM2
- Static variable in interface org.basex.data.
DataText
Comment output.
COMCLOSE
- Static variable in interface org.basex.query.xquery.
XQText
XPST0003: Parsing exception.
COMINVALID
- Static variable in interface org.basex.query.xquery.
XQText
XQDY0072: Evaluation exception.
COMM
- Static variable in class org.basex.data.
Data
Node kind: Comment.
COMM
- Static variable in interface org.basex.data.
DataText
Text step.
COMM
- Static variable in class org.basex.query.xpath.locpath.
TestNode
comment() kind.
COMMA
- Static variable in interface org.basex.query.xquery.
XQTokens
Parser token.
Command
- Class in
org.basex.core
This class stores information on an internal command.
Command(String)
- Constructor for class org.basex.core.
Command
Constructor.
Command(Commands, String)
- Constructor for class org.basex.core.
Command
Constructor.
CommandParser
- Class in
org.basex.core
This is a parser for command strings, creating
Command
instances.
CommandParser(String)
- Constructor for class org.basex.core.
CommandParser
Constructor, parsing the input.
Commands
- Enum in
org.basex.core
This enumeration contains definitions of all available internal commands.
commands
- Static variable in class org.basex.gui.
GUIProp
Last entered BaseX commands.
COMMDASH
- Static variable in interface org.basex.build.
BuildText
Scanner Error.
comment(byte[])
- Method in class org.basex.build.
Builder
Stores comments; called by the building instance.
comment(char[], int, int)
- Method in class org.basex.build.xml.
SAXWrapper
COMMENT
- Static variable in interface org.basex.query.xpath.
XPText
Node Test.
COMMENT
- Static variable in interface org.basex.query.xquery.
XQTokens
Parser token.
COMMENTDASH
- Static variable in interface org.basex.build.
BuildText
Scanner Error.
Comp
- Enum in
org.basex.query.xpath.values
This enumeration assembles different value comparisons.
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
Arr
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
Case
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
Cast
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
Castable
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
CAttr
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
CComm
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
CDoc
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
CElem
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
Clc
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
CmpG
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
CmpV
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
Context
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
CPI
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
CText
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
Expr
Optimizes and compiles the expression tree.
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
FLWOR
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
For
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
FTNot
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
FTOptions
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
FTSelect
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
FTWords
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
Func
Compiles the function.
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
If
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
Instance
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
Let
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
List
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
Ord
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
Order
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
Pred
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
Satisfy
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
Treat
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
TypeSwitch
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
Unary
comp(XQContext)
- Method in class org.basex.query.xquery.expr.
VarCall
comp(XQContext, Expr[])
- Method in class org.basex.query.xquery.func.
FNSimple
comp(XQContext)
- Method in class org.basex.query.xquery.func.
Fun
comp(XQContext, Expr[])
- Method in class org.basex.query.xquery.func.
Fun
Compiles the function.
comp(XQContext)
- Method in class org.basex.query.xquery.item.
Item
comp(XQContext)
- Method in class org.basex.query.xquery.path.
Path
comp(XQContext)
- Method in class org.basex.query.xquery.path.
PathRel
comp(XQContext)
- Method in class org.basex.query.xquery.util.
Functions
Compiles the functions.
comp(XQContext)
- Method in class org.basex.query.xquery.util.
Var
Compiles the variable.
comp(XQContext)
- Method in class org.basex.query.xquery.util.
Variables
Compiles the functions.
COMPANY
- Static variable in interface org.basex.
Text
Company Info.
compareIntArrayEntry(int, int, int, int)
- Static method in class org.basex.util.
Array
Compares 2 int[1][2] array entries and returns
Comparison
- Class in
org.basex.query.xpath.expr
Abstract Compare Expression.
Comparison()
- Constructor for class org.basex.query.xpath.expr.
Comparison
comparisonBug()
- Method in class org.basex.test.
ASTTest
Test for comparing text nodes with numbers.
comparisonTest()
- Method in class org.basex.test.
ASTTest
Test for comparison.
compile(Nodes)
- Method in class org.basex.query.
QueryContext
Optimizes the expression.
compile(Nodes)
- Method in class org.basex.query.
QueryProcessor
Parses the specified query and writes the result to the specified output stream.
compile(XPContext)
- Method in class org.basex.query.xpath.expr.
And
compile(XPContext)
- Method in class org.basex.query.xpath.expr.
Calculation
compile(XPContext)
- Method in class org.basex.query.xpath.expr.
Equality
compile(XPContext)
- Method in class org.basex.query.xpath.expr.
Expr
Tries to optimize the Expression.
compile(XPContext)
- Method in class org.basex.query.xpath.expr.
Filter
compile(XPContext)
- Method in class org.basex.query.xpath.expr.
FTAnd
compile(XPContext)
- Method in class org.basex.query.xpath.expr.
FTContains
compile(XPContext)
- Method in class org.basex.query.xpath.expr.
FTIntersection
compile(XPContext)
- Method in class org.basex.query.xpath.expr.
FTMildNot
compile(XPContext)
- Method in class org.basex.query.xpath.expr.
FTNotExprs
compile(XPContext)
- Method in class org.basex.query.xpath.expr.
FTOr
compile(XPContext)
- Method in class org.basex.query.xpath.expr.
FTUnaryNot
compile(XPContext)
- Method in class org.basex.query.xpath.expr.
FTUnion
compile(XPContext)
- Method in class org.basex.query.xpath.expr.
InterSect
compile(XPContext)
- Method in class org.basex.query.xpath.expr.
Or
compile(XPContext)
- Method in class org.basex.query.xpath.expr.
Path
compile(XPContext)
- Method in class org.basex.query.xpath.expr.
Relational
compile(XPContext)
- Method in class org.basex.query.xpath.expr.
Unary
compile(XPContext)
- Method in class org.basex.query.xpath.expr.
Union
compile(XPContext)
- Method in class org.basex.query.xpath.func.
Ceiling
compile(XPContext)
- Method in class org.basex.query.xpath.func.
Contains
compile(XPContext)
- Method in class org.basex.query.xpath.func.
ContainsLC
compile(XPContext)
- Method in class org.basex.query.xpath.func.
Count
compile(XPContext)
- Method in class org.basex.query.xpath.func.
False
compile(XPContext)
- Method in class org.basex.query.xpath.func.
Floor
compile(XPContext)
- Method in class org.basex.query.xpath.func.
Func
compile(XPContext)
- Method in class org.basex.query.xpath.func.
Not
compile(XPContext)
- Method in class org.basex.query.xpath.func.
Round
compile(XPContext)
- Method in class org.basex.query.xpath.func.
True
compile(XPContext)
- Method in class org.basex.query.xpath.internal.
InternalExpr
compile(XPContext)
- Method in class org.basex.query.xpath.locpath.
LocPath
compile(XPContext)
- Method in class org.basex.query.xpath.locpath.
Preds
Optimizes the predicates.
compile(XPContext)
- Method in class org.basex.query.xpath.locpath.
Steps
Optimizes the predicates.
compile(Data)
- Method in class org.basex.query.xpath.locpath.
Test
Optimizes the expression.
compile(Data)
- Method in class org.basex.query.xpath.locpath.
TestName
compile(XPContext)
- Method in class org.basex.query.xpath.values.
Item
compile(Nodes)
- Method in class org.basex.query.xpath.
XPContext
compile(Nodes)
- Method in class org.basex.query.xquery.
XQContext
compInfo(String, Object...)
- Method in class org.basex.query.
QueryContext
Adds some optimization info.
componentHidden(ComponentEvent)
- Method in class org.basex.gui.layout.
BaseXPanel
componentMoved(ComponentEvent)
- Method in class org.basex.gui.layout.
BaseXPanel
componentResized(ComponentEvent)
- Method in class org.basex.gui.layout.
BaseXPanel
componentResized(ComponentEvent)
- Method in class org.basex.gui.view.info.
InfoView
componentResized(ComponentEvent)
- Method in class org.basex.gui.view.map.
MapView
componentResized(ComponentEvent)
- Method in class org.basex.gui.view.text.
TextView
componentShown(ComponentEvent)
- Method in class org.basex.gui.layout.
BaseXPanel
COMPSELF
- Static variable in interface org.basex.query.xquery.
XQText
XPST0005: Parsing exception.
Concat
- Class in
org.basex.query.xpath.func
Constructor for concat() function.
Concat(Expr[])
- Constructor for class org.basex.query.xpath.func.
Concat
Function Constructor.
CONDTYPE
- Static variable in interface org.basex.query.xquery.
XQText
FORG0006: Evaluation exception.
CONSOLE
- Static variable in interface org.basex.
Text
BaseX Text.
ConsoleOutput
- Class in
org.basex.io
This class is a stream-wrapper for textual data.
ConsoleOutput(PrintStream)
- Constructor for class org.basex.io.
ConsoleOutput
Constructor given a print stream.
CONSTRUCTION
- Static variable in interface org.basex.query.xquery.
XQTokens
Parser token.
Contains
- Class in
org.basex.query.xpath.func
Constructor for contains() function.
Contains(Expr[])
- Constructor for class org.basex.query.xpath.func.
Contains
Function Constructor.
contains(Item)
- Method in class org.basex.query.xpath.values.
NodeSet
contains(int, int[])
- Static method in class org.basex.util.
Array
Checks whether i is contained in a.
contains(int)
- Method in class org.basex.util.
IntList
Checks if the specified value is found in the list.
contains(byte[], byte[])
- Static method in class org.basex.util.
Levenshtein
Checks if the first token approximately contains the second fulltext term.
contains(String)
- Method in class org.basex.util.
StringList
Checks if the specified string is found in the list.
contains(byte[], byte[])
- Static method in class org.basex.util.
Token
Checks if the first token contains the second token.
contains(byte[], int)
- Static method in class org.basex.util.
Token
Checks if the first token contains the specified character.
contains(byte[])
- Method in class org.basex.util.
TokenIterator
Check if the current token contains the specified token.
contains(byte[])
- Method in class org.basex.util.
TokenList
Checks if the specified token is found in the list.
ContainsLC
- Class in
org.basex.query.xpath.func
Constructor for BaseX specific containslc() function; compares all tokens in lower case.
ContainsLC(Expr[])
- Constructor for class org.basex.query.xpath.func.
ContainsLC
Function Constructor.
containslc(byte[], byte[])
- Static method in class org.basex.util.
Token
Checks if the first token contains the second token in lowercase.
CONTCDATA
- Static variable in interface org.basex.build.
BuildText
Scanner Error.
CONTENT
- Static variable in interface org.basex.build.fs.
FSText
Suffix attribute.
content(Data, int, boolean)
- Static method in class org.basex.data.
Serialize
Convenience method, returning a string representation of the current node.
content(int, boolean)
- Static method in class org.basex.gui.view.
ViewData
Returns the contents of the specified node.
content
- Variable in class org.basex.query.xquery.expr.
FTSelect
Entire content flag.
CONTENT
- Static variable in interface org.basex.query.xquery.
XQTokens
Parser fulltext token.
contentID
- Variable in class org.basex.data.
Data
Index Reference for content tag.
Context
- Class in
org.basex.core
This class stores the reference to the currently opened database.
Context
- Class in
org.basex.query.xquery.expr
Context Item.
Context()
- Constructor for class org.basex.query.xquery.expr.
Context
CONTRIBUTE1
- Static variable in interface org.basex.gui.
GUIText
BaseX Contributors Info.
CONTRIBUTE2
- Static variable in interface org.basex.gui.
GUIText
BaseX Developer Names.
copied()
- Method in class org.basex.core.
Context
Returns the copied context set.
copy(Nodes)
- Method in class org.basex.core.
Context
Sets the current node set copy.
Copy
- Class in
org.basex.core.proc
Evaluates the 'copy' command.
Copy()
- Constructor for class org.basex.core.proc.
Copy
copy(Data, int)
- Static method in class org.basex.core.proc.
Insert
Creates a memory data instance from the specified database and pre value.
copy()
- Method in class org.basex.data.
Nodes
Returns a copy of the node set.
copy()
- Method in class org.basex.query.xquery.item.
DNode
copy()
- Method in class org.basex.query.xquery.item.
FAttr
copy()
- Method in class org.basex.query.xquery.item.
FComm
copy()
- Method in class org.basex.query.xquery.item.
FDoc
copy()
- Method in class org.basex.query.xquery.item.
FElem
copy()
- Method in class org.basex.query.xquery.item.
FPI
copy()
- Method in class org.basex.query.xquery.item.
FTxt
copy()
- Method in class org.basex.query.xquery.item.
Node
Creates a new copy (clone) of the node.
copy(byte[], byte[], int)
- Static method in class org.basex.util.
Array
Copies the source token into the target token.
copy(Object[], Object[], int)
- Static method in class org.basex.util.
Array
Copies the source array into the target array, starting from the specified offset.
COPYINFO
- Static variable in interface org.basex.core.proc.
ProcText
Copy query info.
COPYNS
- Static variable in interface org.basex.query.xquery.
XQTokens
Parser token.
COPYRIGHT
- Static variable in interface org.basex.gui.
GUIText
BaseX Copyright.
COPYROOT
- Static variable in interface org.basex.core.proc.
ProcText
Insert query info.
COPYTAGS
- Static variable in interface org.basex.core.proc.
ProcText
Insert query info.
Count
- Class in
org.basex.query.xpath.func
Constructor for count() function.
Count(Expr[])
- Constructor for class org.basex.query.xpath.func.
Count
Function Constructor.
counter(int)
- Method in class org.basex.index.
Names
Returns the tag counter.
cp(byte[], int)
- Static method in class org.basex.util.
Token
Returns the codepoint of the specified bytes, starting at the specified position.
cp(int)
- Method in class org.basex.util.
TokenIterator
Returns the specified character.
CPI
- Class in
org.basex.query.xquery.expr
PI fragment.
CPI(Expr, Expr)
- Constructor for class org.basex.query.xquery.expr.
CPI
Constructor.
CPICONT
- Static variable in interface org.basex.query.xquery.
XQText
XQDY0026: Evaluation exception.
CPIINVAL
- Static variable in interface org.basex.query.xquery.
XQText
XQDY0041: Evaluation exception.
CPIWRONG
- Static variable in interface org.basex.query.xquery.
XQText
XPTY0004: Typing exception.
CPIXML
- Static variable in interface org.basex.query.xquery.
XQText
XQDY0064: Evaluation exception.
Create
- Class in
org.basex.core.proc
Evaluates the 'create' command.
Create()
- Constructor for class org.basex.core.proc.
Create
create(byte[], int, int)
- Static method in class org.basex.util.
Array
Creates a new array from the source array and with the specified length.
CREATE2TEXT
- Static variable in interface org.basex.gui.
GUIText
Database Options.
CREATE2TITLE
- Static variable in interface org.basex.gui.
GUIText
Dialog Title for Database Options.
CREATEATTINDEX
- Static variable in interface org.basex.data.
DataText
Create Database information.
CREATEATTINDEX
- Static variable in interface org.basex.gui.
GUIText
Value Index information.
CREATEATTR
- Static variable in interface org.basex.core.proc.
ProcText
Create information.
CREATECANCEL
- Static variable in interface org.basex.data.
DataText
Builder error.
CREATECHOPPING
- Static variable in interface org.basex.gui.
GUIText
Whitespaces information.
CREATEENTITIES
- Static variable in interface org.basex.gui.
GUIText
Entities information.
CREATEFINISH
- Static variable in interface org.basex.data.
DataText
Finish process.
CreateFS
- Class in
org.basex.core.proc
Evaluates the 'create index' command.
CreateFS()
- Constructor for class org.basex.core.proc.
CreateFS
CREATEFT
- Static variable in interface org.basex.core.proc.
ProcText
Create information.
CREATEFTINDEX
- Static variable in interface org.basex.data.
DataText
Create Database information.
CREATEFTINDEX
- Static variable in interface org.basex.gui.
GUIText
Word Index information.
CreateIndex
- Class in
org.basex.core.proc
Evaluates the 'create index' command.
CreateIndex()
- Constructor for class org.basex.core.proc.
CreateIndex
CREATEINDEX
- Static variable in interface org.basex.data.
DataText
Create Database information.
CREATENODES
- Static variable in interface org.basex.build.
BuildText
Create Database information.
createpath
- Static variable in class org.basex.gui.
GUIProp
Path for creating new XML Documents.
CREATESIZE
- Static variable in interface org.basex.data.
DataText
Create Database information.
CREATETABLE
- Static variable in interface org.basex.core.proc.
ProcText
Create information.
CREATETEXT
- Static variable in interface org.basex.core.proc.
ProcText
Create information.
CREATETITLE
- Static variable in interface org.basex.gui.
GUIText
Dialog title for creating a database.
CREATETXTINDEX
- Static variable in interface org.basex.data.
DataText
Create Database information.
CREATETXTINDEX
- Static variable in interface org.basex.gui.
GUIText
Value Index information.
createView(BaseXBack)
- Method in class org.basex.gui.view.
ViewPanel
Adds a layout to the specified panel.
CREATEWORD
- Static variable in interface org.basex.core.proc.
ProcText
Create information.
CREATEWORDINDEX
- Static variable in interface org.basex.data.
DataText
Create Database information.
CREATEWORDINDEX
- Static variable in interface org.basex.gui.
GUIText
Word Index information.
CreateXML
- Class in
org.basex.core.proc
Evaluates the 'createxml' command.
CreateXML()
- Constructor for class org.basex.core.proc.
CreateXML
CTArrayX
- Class in
org.basex.index
Preserves an extended compressed trie index structure and useful functionality.
CText
- Class in
org.basex.query.xquery.expr
Text fragment.
CText(Expr)
- Constructor for class org.basex.query.xquery.expr.
CText
Constructor.
ctx
- Variable in class org.basex.query.xquery.
XQResult
Query context.
ctx
- Variable in class org.basex.query.xquery.
XQueryProcessor
XQuery context reference.
curr
- Variable in class org.basex.build.fs.
FSWalker
Current file to be processed.
current()
- Method in class org.basex.core.
Context
Returns the current context set.
current(Nodes)
- Method in class org.basex.core.
Context
Sets the current context set.
currPos
- Variable in class org.basex.query.xpath.values.
NodeSet
Current nodeset position.
currSize
- Variable in class org.basex.query.xpath.values.
NodeSet
Current nodeset size.
cursor(Cursor)
- Method in class org.basex.gui.
GUI
Sets a new cursor.
cursor(Cursor, boolean)
- Method in class org.basex.gui.
GUI
Sets a new cursor.
cursor(long)
- Method in class org.basex.io.
DataAccess
Sets the disk cursor.
cursor(int)
- Method in class org.basex.io.
TableDiskAccess
Searches for the block containing the entry for that pre. then it reads the block and returns it's offset inside the block.
CURSORARROW
- Static variable in class org.basex.gui.
GUIConstants
Arrow cursor.
CURSORHAND
- Static variable in class org.basex.gui.
GUIConstants
Hand cursor.
CURSORMOVEH
- Static variable in class org.basex.gui.
GUIConstants
Left/Right arrow cursor.
CURSORMOVEV
- Static variable in class org.basex.gui.
GUIConstants
Move cursor.
CURSORTEXT
- Static variable in class org.basex.gui.
GUIConstants
Text cursor.
CURSORWAIT
- Static variable in class org.basex.gui.
GUIConstants
Wait cursor.
Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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