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

c(XQContext) - Method in class org.basex.query.xquery.func.FNSimple
 
c(XQContext) - Method in class org.basex.query.xquery.func.Fun
Compiles the function.
cache() - Method in class org.basex.io.IO
Caches the contents.
cache() - Method in class org.basex.io.IOContent
 
cache() - Method in class org.basex.io.IOFile
 
cache() - Method in class org.basex.io.IOUrl
 
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 - Variable in class org.basex.query.xpath.expr.Clc
Calculation operator.
Calc - Enum in org.basex.query.xpath.item
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.
calcHeight(Graphics, MapRect, byte[]) - Static method in class org.basex.gui.layout.BaseXLayout
Calculates the height of the specified text.
cancel() - Method in interface javax.xml.xquery.XQExpression
Attempts to cancel the execution if both the XQuery engine and XQJ driver support aborting the execution of an XQExpression.
cancel() - Method in interface javax.xml.xquery.XQPreparedExpression
Attempts to cancel the execution if both the XQuery engine and XQJ driver support aborting the execution of an XQPreparedExpression.
cancel() - Method in class org.basex.api.xqj.BXQExpression
 
cancel() - Method in class org.basex.api.xqj.BXQPreparedExpression
 
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.DialogMapLayout
 
cancel() - Method in class org.basex.gui.dialog.DialogProgress
 
cancel() - Method in class org.basex.util.Action
Stops the current process.
CANCELCREATE - Static variable in interface org.basex.Text
Builder error.
CASE - Static variable in interface org.basex.query.QueryTokens
Parser token.
Case - Class in org.basex.query.xquery.expr
Case expression.
Case(Var, Expr) - Constructor for class org.basex.query.xquery.expr.Case
Constructor.
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(Iter, Expr, XQContext) - Method in class org.basex.query.xquery.item.SeqType
Casts the specified iterator item.
cast(Item, XQContext) - Method in class org.basex.query.xquery.item.SeqType
Casts 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.
Cat - Class in org.basex.fs
Performs a cat command.
Cat() - Constructor for class org.basex.fs.Cat
 
CAT - Static variable in interface org.basex.fs.FSText
Help text.
CATCH - Static variable in interface org.basex.query.xquery.XQTokens
Parser token.
cats - Variable in class org.basex.data.StatsKey
Categories.
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 - Static variable in interface org.basex.build.BuildText
DTD: CDATA ELEMENT.
Cd - Class in org.basex.fs
Performs a cd command.
Cd() - Constructor for class org.basex.fs.Cd
 
CD - Static variable in interface org.basex.fs.FSText
Help text.
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[], Atts) - 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.
ch - Variable in class org.basex.data.Skeleton.Node
Children.
CHARACTER - Static variable in interface org.basex.build.BuildText
Scanner Error.
characters(char[], int, int) - Method in class org.basex.build.xml.SAX2Data
 
chars - Variable in class org.basex.util.TokenBuilder
Character array.
Check - Class in org.basex.core.proc
Evaluates the 'check' command.
Check(String) - Constructor for class org.basex.core.proc.Check
Constructor.
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.query.xquery.item.Bln
Checks if the specified value is a correct boolean string.
check() - Method in class org.basex.query.xquery.util.Functions
Checks if all functions have been correctly initialized.
check(Item, XQContext) - Method in class org.basex.query.xquery.util.Var
Checks the variable type.
check(T[], int) - Static method in class org.basex.util.Array
Doubles the array size if necessary.
CHECK0 - Static variable in interface org.basex.Text
Command help.
CHECK1 - Static variable in interface org.basex.Text
Command help.
CHECK2 - Static variable in interface org.basex.Text
Command help.
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.EndsWith
 
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.Matches
 
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 interface org.basex.gui.GUICommand
Returns if this command includes a menu checkbox.
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.
checkKeys(KeyEvent) - Method in class org.basex.gui.GUI
Browse in views.
checkStop() - Method in class org.basex.core.Progress
Checks if the progress was interrupted; if yes, sends a runtime exception.
checkSumUp(FTPosFilter) - Method in class org.basex.query.xpath.expr.FTSelect
Checks if FTContains Expr could be summed up.
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.Nod
Returns a child axis iterator.
ChildIterator - Class in org.basex.query
Offers an iterator for the children of a node.
ChildIterator(Data, int) - Constructor for class org.basex.query.ChildIterator
Default Constructor.
children(int) - Method in class org.basex.fs.DataFS
Returns all directories and files of a directory.
children(int, String) - Method in class org.basex.fs.DataFS
Returns the pre values of files or dir.
children() - Method in class org.basex.io.IO
Returns the children of a document.
children() - Method in class org.basex.io.IOFile
 
choose(JFrame) - Method in class org.basex.gui.dialog.DialogCreate
Choose an XML document or directory.
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.
chop() - Method in class org.basex.util.TokenBuilder
Chops leading and trailing whitespaces.
chopNumber(byte[]) - Static method in class org.basex.util.Token
Finishes the numeric token, removing trailing zeroes.
CHOPPINGINFO - Static variable in interface org.basex.Text
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(byte) - Static method in class org.basex.util.Token
Returns the expected codepoint length of the specified byte.
Clc - Class in org.basex.query.xpath.expr
Calculation.
Clc(Expr, Expr, Calc) - Constructor for class org.basex.query.xpath.expr.Clc
Constructor.
Clc - Class in org.basex.query.xquery.expr
Calculation.
Clc(Expr, Expr, Calc) - Constructor for class org.basex.query.xquery.expr.Clc
Constructor.
clear() - Method in class org.basex.api.xmldb.BXResourceSet
 
clear() - Method in interface org.xmldb.api.base.ResourceSet
Removes all Resource instances from the set.
clearNamespaces() - Method in class org.basex.api.xmldb.BXQueryService
 
clearNamespaces() - Method in interface org.xmldb.api.modules.XPathQueryService
Removes all namespace mappings stored in the internal namespace map.
CLIENTBYE - Static variable in interface org.basex.Text
Good-Bye Information.
CLIENTINFO - Static variable in interface org.basex.Text
Start Information.
CLIENTMODE - Static variable in interface org.basex.Text
Client Mode.
ClientProcess - Class in org.basex.core
This class sends client commands to the server instance over a socket.
ClientProcess(String, int, Process) - Constructor for class org.basex.core.ClientProcess
Constructor, specifying the server host:port and the command to be sent.
clip() - Method in class org.basex.gui.layout.BaseXText
Returns the clipboard text.
clone() - Method in class org.basex.query.xquery.util.Var
 
cloneNode(boolean) - Method in class org.basex.api.dom.BXNode
 
close() - Method in interface javax.xml.xquery.PooledXQConnection
Closes the physical connection that this PooledXQConnection object represents.
close() - Method in interface javax.xml.xquery.XQConnection
Closes the connection.
close() - Method in interface javax.xml.xquery.XQExpression
Closes the expression object and release associated resources.
close() - Method in interface javax.xml.xquery.XQItem
Close the item and release all the resources associated with this item.
close() - Method in interface javax.xml.xquery.XQPreparedExpression
Closes the expression object and release all resources associated with this prepared expression.
close() - Method in interface javax.xml.xquery.XQSequence
Closes the sequence and frees all resources associated with this sequence.
close() - Method in class org.basex.api.xmldb.BXCollection
 
close() - Method in class org.basex.api.xqj.IterStreamReader
 
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
Constructor.
close() - Method in class org.basex.data.Data
Closes the current database.
close() - Method in class org.basex.data.DiskData
 
close(int) - Method in class org.basex.data.DOTSerializer
 
close(byte[]) - Method in class org.basex.data.DOTSerializer
 
close() - Method in class org.basex.data.MemData
 
close(int) - Method in class org.basex.data.Namespaces
Closes a node.
close(int) - Method in class org.basex.data.SAXSerializer
 
close(byte[]) - Method in class org.basex.data.SAXSerializer
 
close(int) - Method in class org.basex.data.Serializer
Finishes the serializer.
close(int) - Method in class org.basex.data.XMLSerializer
 
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.DialogInfo
 
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.DialogProgress
 
close() - Method in class org.basex.gui.dialog.DialogRename
 
close() - Method in class org.basex.index.FTFuzzy
 
close() - Method in class org.basex.index.FTTrie
 
close() - Method in class org.basex.index.Index
Close the index.
close() - Method in class org.basex.index.Values
 
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.RandomAccess
Closes the data access.
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
 
close() - Method in interface org.xmldb.api.base.Collection
Releases all resources consumed by the Collection.
CLOSE0 - Static variable in interface org.basex.Text
Command help.
CLOSE1 - Static variable in interface org.basex.Text
Command help.
CLOSE2 - Static variable in interface org.basex.Text
Command help.
CLOSED - Static variable in interface org.basex.api.xqj.BXQText
Error Message.
closeElement() - Method in class org.basex.data.Serializer
Closes an element.
closeIndex(IndexToken.Type) - Method in class org.basex.data.Data
Closes the specified index.
closeIndex(IndexToken.Type) - Method in class org.basex.data.DiskData
 
closeIndex(IndexToken.Type) - Method in class org.basex.data.MemData
 
closeResult() - Method in class org.basex.data.DOTSerializer
 
closeResult() - Method in class org.basex.data.SAXSerializer
 
closeResult() - Method in class org.basex.data.Serializer
Closes a result.
closeResult() - Method in class org.basex.data.XMLSerializer
 
CLOSING - Static variable in interface org.basex.build.BuildText
Scanner Error.
CLOSINGTAG - Static variable in interface org.basex.build.BuildText
Builder error: Tag Mismatch.
cls() - Method in class org.basex.data.DiskData
Closes the database without writing data back to disk.
CMDHELP - Static variable in interface org.basex.Text
Database Closed.
CMDNO - Static variable in interface org.basex.Text
Unknown Command error.
CMDSIMILAR - Static variable in interface org.basex.Text
Unknown Command error.
CMDUNKNOWN - Static variable in interface org.basex.Text
Unknown Command error.
CMDWHICH - Static variable in interface org.basex.Text
Unknown Command error.
Cmp - Class in org.basex.query.xpath.expr
Abstract Compare Expression.
Cmp(Expr, Expr) - Constructor for class org.basex.query.xpath.expr.Cmp
Constructor.
cmp - Variable in enum org.basex.query.xquery.expr.CmpG.Comp
Comparator.
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, CmpG.Comp) - Constructor for class org.basex.query.xquery.expr.CmpG
Constructor.
CmpG.Comp - Enum in org.basex.query.xquery.expr
Comparators.
CmpN - Class in org.basex.query.xquery.expr
Node comparison.
CmpN(Expr, Expr, CmpN.Comp) - Constructor for class org.basex.query.xquery.expr.CmpN
Constructor.
CmpN.Comp - Enum in org.basex.query.xquery.expr
Comparators.
CmpV - Class in org.basex.query.xquery.expr
Value comparison.
CmpV(Expr, Expr, CmpV.Comp) - Constructor for class org.basex.query.xquery.expr.CmpV
Constructor.
CmpV.Comp - Enum in org.basex.query.xquery.expr
Comparators.
code(int) - Method in class org.basex.gui.view.table.TableInput
Reacts on key codes.
code() - Method in exception org.basex.query.QueryException
Returns the error code.
CODES - Static variable in interface org.basex.fs.FSText
File System errors.
col() - Method in exception org.basex.query.QueryException
Returns the error column.
COL - Static variable in interface org.basex.Text
Colon.
COL2 - Static variable in interface org.basex.query.xquery.XQTokens
Parser token.
COLINFO - Static variable in interface org.basex.query.QueryTokens
Position info.
coll(byte[]) - Method in class org.basex.query.xquery.XQContext
Adds a collection instance or returns an existing one.
collation - Variable in class org.basex.query.xquery.XQContext
Default collation.
COLLATION - Static variable in interface org.basex.query.xquery.XQTokens
Parser token.
COLLDEF - Static variable in interface org.basex.query.xquery.XQText
FODC0004: Evaluation exception.
Collection - Interface in org.xmldb.api.base
A Collection represents a collection of Resources stored within an XML database.
COLLECTION_CLOSED - Static variable in class org.xmldb.api.base.ErrorCodes
Set when an operation is invoked against a Collection instance that has been closed.
CollectionManagementService - Interface in org.xmldb.api.modules
CollectionManagementService is a Service that enables the basic management of collections within a database.
COLLINV - Static variable in interface org.basex.query.xquery.XQText
FODC0004: Evaluation exception.
color - Static variable in class org.basex.gui.GUIConstants
GUI color.
color() - Method in class org.basex.query.ExprInfo
Returns a string description of the expression.
color() - Method in class org.basex.query.xpath.expr.Filter
 
color() - Method in class org.basex.query.xpath.internal.IndexAccess
 
color() - Method in class org.basex.query.xpath.internal.IndexMatch
 
color() - Method in class org.basex.query.xpath.internal.RangeAccess
 
color() - Method in class org.basex.query.xpath.locpath.LocPath
 
color() - Method in class org.basex.query.xpath.locpath.Pred
 
color() - Method in class org.basex.query.xpath.locpath.Preds
 
color() - Method in class org.basex.query.xpath.locpath.Step
 
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.
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.
COLORCELL - Static variable in class org.basex.gui.GUIConstants
Cell color.
COLORDARK - Static variable in class org.basex.gui.GUIConstants
Background color.
COLORERRHIGH - Static variable in class org.basex.gui.GUIConstants
Error highlight 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.
colormark2A - Static variable in class org.basex.gui.GUIConstants
Second mark color, custom alpha value.
colormark3 - Static variable in class org.basex.gui.GUIConstants
Third mark color.
colormark4 - Static variable in class org.basex.gui.GUIConstants
Fourth mark color.
colormarkA - Static variable in class org.basex.gui.GUIConstants
Mark color, custom alpha value.
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.
COLS - Static variable in interface org.basex.Text
Colon/space.
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.
CommandParser - Class in org.basex.core
This is a parser for command strings, creating Process instances.
CommandParser(String) - Constructor for class org.basex.core.CommandParser
Constructor, parsing the input queries.
CommandParser(String, Context) - Constructor for class org.basex.core.CommandParser
Constructor, parsing the input queries.
Commands - Interface in org.basex.core
This class defines the available command-line commands.
commands - Static variable in class org.basex.gui.GUIProp
Last entered BaseX commands.
Commands.Cmd - Enum in org.basex.core
Command definitions.
Commands.CmdCreate - Enum in org.basex.core
Create Command definitions.
Commands.CmdDrop - Enum in org.basex.core
Drop command definitions.
Commands.CmdFS - Enum in org.basex.core
Filesystem command definitions.
Commands.CmdIndex - Enum in org.basex.core
Index Types definition.
Commands.CmdInfo - Enum in org.basex.core
Info command definitions.
Commands.CmdSet - Enum in org.basex.core
Set command definitions.
Commands.CmdUpdate - Enum in org.basex.core
Insert command definitions.
COMMDASH - Static variable in interface org.basex.build.BuildText
Scanner Error.
comment(TokenBuilder) - Method in class org.basex.build.Builder
Stores a comment.
comment(char[], int, int) - Method in class org.basex.build.xml.SAX2Data
comment(byte[]) - Method in class org.basex.data.DOTSerializer
 
comment(byte[]) - Method in class org.basex.data.SAXSerializer
 
comment(byte[]) - Method in class org.basex.data.Serializer
Serializes a comment.
comment(byte[]) - Method in class org.basex.data.XMLSerializer
 
COMMENT - Static variable in interface org.basex.query.QueryTokens
Parser token.
commit() - Method in interface javax.xml.xquery.XQConnection
Makes all changes made in the current transaction permanent and releases any locks held by the datasource.
commit() - Method in class org.basex.api.xqj.BXQConnection
 
commit() - Method in interface org.xmldb.api.modules.TransactionService
Commit the transaction
comp(XPContext) - Method in class org.basex.query.xpath.expr.And
 
comp(XPContext) - Method in class org.basex.query.xpath.expr.Arr
 
comp(XPContext) - Method in class org.basex.query.xpath.expr.Clc
 
comp(XPContext) - Method in class org.basex.query.xpath.expr.Cmp
 
comp(XPContext) - Method in class org.basex.query.xpath.expr.Expr
Optimizes the expression.
comp(XPContext) - Method in class org.basex.query.xpath.expr.Filter
 
comp(XPContext) - Method in class org.basex.query.xpath.expr.FTAnd
 
comp(XPContext) - Method in class org.basex.query.xpath.expr.FTArrayExpr
Optimizes the expression.
comp(XPContext) - Method in class org.basex.query.xpath.expr.FTContains
 
comp(XPContext) - Method in class org.basex.query.xpath.expr.FTContainsNS
 
comp(XPContext) - Method in class org.basex.query.xpath.expr.FTMildNot
 
comp(XPContext) - Method in class org.basex.query.xpath.expr.FTNot
 
comp(XPContext) - Method in class org.basex.query.xpath.expr.FTOr
 
comp(XPContext) - Method in class org.basex.query.xpath.expr.FTSelect
 
comp(XPContext) - Method in class org.basex.query.xpath.expr.FTWords
 
comp(XPContext) - Method in class org.basex.query.xpath.expr.Or
 
comp(XPContext) - Method in class org.basex.query.xpath.expr.Pos
 
comp(XPContext) - Method in class org.basex.query.xpath.expr.Unary
 
comp(XPContext) - Method in class org.basex.query.xpath.func.Ceiling
 
comp(XPContext) - Method in class org.basex.query.xpath.func.Contains
 
comp(XPContext) - Method in class org.basex.query.xpath.func.ContainsLC
 
comp(XPContext) - Method in class org.basex.query.xpath.func.Count
 
comp(XPContext) - Method in class org.basex.query.xpath.func.False
 
comp(XPContext) - Method in class org.basex.query.xpath.func.Floor
 
comp(XPContext) - Method in class org.basex.query.xpath.func.Func
 
comp(XPContext) - Method in class org.basex.query.xpath.func.Matches
 
comp(XPContext) - Method in class org.basex.query.xpath.func.Not
 
comp(XPContext) - Method in class org.basex.query.xpath.func.Round
 
comp(XPContext) - Method in class org.basex.query.xpath.func.True
 
comp(XPContext) - Method in class org.basex.query.xpath.internal.InternalExpr
 
Comp - Enum in org.basex.query.xpath.item
This enumeration assembles different value comparisons.
comp(XPContext) - Method in class org.basex.query.xpath.item.Item
 
comp(XPContext) - Method in class org.basex.query.xpath.locpath.LocPath
 
comp(XQContext) - Method in class org.basex.query.xquery.expr.And
 
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.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.Expr
Optimizes and compiles the expression.
comp(XQContext) - Method in class org.basex.query.xquery.expr.FLWR
 
comp(XQContext) - Method in class org.basex.query.xquery.expr.For
 
comp(XQContext) - Method in class org.basex.query.xquery.expr.FTExpr
 
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.Let
 
comp(XQContext) - Method in class org.basex.query.xquery.expr.List
 
comp(XQContext) - Method in class org.basex.query.xquery.expr.Or
 
comp(XQContext) - Method in class org.basex.query.xquery.expr.Ord
Compiles the expression to be sorted.
comp(XQContext) - Method in class org.basex.query.xquery.expr.Order
Compiles the expressions to be sorted.
comp(XQContext) - Method in class org.basex.query.xquery.expr.Pred
 
comp(XQContext) - Method in class org.basex.query.xquery.expr.Root
 
comp(XQContext) - Method in class org.basex.query.xquery.expr.Satisfy
 
comp(XQContext) - Method in class org.basex.query.xquery.expr.Single
 
comp(XQContext) - Method in class org.basex.query.xquery.expr.Try
 
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) - Method in class org.basex.query.xquery.func.Fun
 
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.Step
 
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.
comp(Expr) - Method in class org.basex.query.xquery.XQContext
Evaluates the specified expression and returns an iterator.
COMPANY - Static variable in interface org.basex.Text
Company Info.
compareDocumentPosition(Node) - Method in class org.basex.api.dom.BXNode
 
compile(String) - Method in class org.basex.api.jaxp.BXPath
 
compile(FTOpt) - Method in class org.basex.query.FTOpt
Compiles the fulltext options, inheriting the parent.options.
compile(Nodes) - Method in class org.basex.query.QueryProcessor
Compiles the query.
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 location steps.
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(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.
complete() - Method in exception org.basex.query.QueryException
Possible completions.
complete(QueryParser, StringList) - Method in exception org.basex.query.QueryException
Sets code completions.
complete() - Method in class org.basex.query.xpath.XPSuggest
Returns the code completions.
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.layout.BaseXText
 
componentResized(ComponentEvent) - Method in class org.basex.gui.view.map.MapView
 
componentResized(ComponentEvent) - Method in class org.basex.gui.view.plot.PlotView
 
componentShown(ComponentEvent) - Method in class org.basex.gui.layout.BaseXPanel
 
COMPSELF - Static variable in interface org.basex.query.xquery.XQText
XPST0005: Parsing exception.
COMS - Static variable in interface org.basex.build.BuildText
DTD:
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