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

A

ABOUTTITLE - Static variable in interface org.basex.Text
About text.
absolute(int) - Method in interface javax.xml.xquery.XQSequence
Moves the XQSequence's position to the given item number in this object.
absolute(int) - Method in class org.basex.api.xqj.BXQSequence
 
absolute() - Method in class org.basex.query.xquery.item.Uri
Returns if this is an absolute URI.
AbstractExtractor - Class in org.basex.build.fs.metadata
This is an abstract class for defining meta data extractors.
AbstractExtractor() - Constructor for class org.basex.build.fs.metadata.AbstractExtractor
 
AbstractProcess - Class in org.basex.core
This class provides the architecture for local and client process interpretation.
AbstractProcess() - Constructor for class org.basex.core.AbstractProcess
 
acceptsURI(String) - Method in class org.basex.api.xmldb.BXDatabase
 
acceptsURI(String) - Method in interface org.xmldb.api.base.Database
acceptsURI determines whether this Database implementation can handle the URI.
action(String) - Method in class org.basex.gui.dialog.Dialog
Reacts on user input.
action(String) - Method in class org.basex.gui.dialog.DialogColors
 
action(String) - Method in class org.basex.gui.dialog.DialogCreate
 
action(String) - Method in class org.basex.gui.dialog.DialogFontChooser
 
action(String) - Method in class org.basex.gui.dialog.DialogImportFS
 
action(String) - Method in class org.basex.gui.dialog.DialogInfo
 
action(String) - Method in class org.basex.gui.dialog.DialogMapLayout
 
action(String) - Method in class org.basex.gui.dialog.DialogOpen
 
action(String) - Method in class org.basex.gui.dialog.DialogPrefs
 
action(String) - Method in class org.basex.gui.dialog.DialogRename
 
Action - Class in org.basex.util
This class defines an action which is executed as a thread.
Action() - Constructor for class org.basex.util.Action
 
actionPerformed(ActionEvent) - Method in class org.basex.gui.dialog.DialogProgress
 
active - Variable in class org.basex.gui.view.ViewMover
Flag if current mover is active.
add(byte[], byte[]) - Method in class org.basex.data.Namespaces
Adds the specified namespace.
add(int, int, byte) - Method in class org.basex.data.Skeleton
Opens an element.
add(byte[]) - Method in class org.basex.data.StatsKey
Adds a value.
add(Component) - Method in class org.basex.gui.layout.BaseXSplit
 
add(char) - Method in class org.basex.gui.view.table.TableInput
Adds a character.
add(byte[], IntList) - Method in class org.basex.query.FTPos
Adds the specified fulltext term and position list.
add(FTArrayExpr) - Method in class org.basex.query.xpath.expr.FTAnd
Add Expr to list.
add(FTArrayExpr) - Method in class org.basex.query.xpath.expr.FTOr
Add Expr to list.
add(int) - Method in class org.basex.query.xpath.item.NodeBuilder
Adds a pre value to the node set.
add(NodeBuilder) - Method in class org.basex.query.xpath.item.NodeBuilder
Adds a node set.
add(Pred) - Method in class org.basex.query.xpath.locpath.Preds
Adds a predicate.
add(Expr) - Method in class org.basex.query.xpath.locpath.Preds
Adds an expression as predicate.
add(int, Step) - Method in class org.basex.query.xpath.locpath.Steps
Adds the specified step at the specified position.
add(Step) - Method in class org.basex.query.xpath.locpath.Steps
Adds the specified step.
add(TokenBuilder, Iter) - Static method in class org.basex.query.xquery.expr.CText
Adds a single item to the token builder.
add(XQContext) - Method in class org.basex.query.xquery.expr.Ord
Adds an item to be sorted.
add(XQContext) - Method in class org.basex.query.xquery.expr.Order
Adds the items to be sorted.
add(Nod) - Method in class org.basex.query.xquery.iter.NodIter
Adds a node.
add(Nod[], int) - Method in class org.basex.query.xquery.iter.NodIter
Adds several items.
add(Iter) - Method in class org.basex.query.xquery.iter.SeqIter
Adds the contents of an iterator.
add(Item) - Method in class org.basex.query.xquery.iter.SeqIter
Adds a single item.
add(Func) - Method in class org.basex.query.xquery.util.Functions
Adds a local function.
add(Nod) - Method in class org.basex.query.xquery.util.NodeBuilder
Adds a single node.
add(QNm) - Method in class org.basex.query.xquery.util.NSLocal
Adds the specified namespace.
add(Iter) - Method in class org.basex.query.xquery.util.SeqBuilder
Adds the items of an iterator.
add(Item) - Method in class org.basex.query.xquery.util.SeqBuilder
Adds an atomic item.
add(Var) - Method in class org.basex.query.xquery.util.Variables
Indexes a local variable.
add(byte[][], byte[]) - Static method in class org.basex.util.Array
Resizes an array and adds an entry at the end.
add(int[], int) - Static method in class org.basex.util.Array
Resizes an array and adds an entry at the end.
add(T[], T) - Static method in class org.basex.util.Array
Resizes an array and adds an entry at the end.
add(byte[], byte[]) - Method in class org.basex.util.Atts
Adds next value.
add(boolean) - Method in class org.basex.util.BoolList
Adds next value.
add(int[]) - Method in class org.basex.util.IntArrayList
Adds next value.
add(int) - Method in class org.basex.util.IntList
Adds next value.
add(byte[], E) - Method in class org.basex.util.Map
Indexes the specified keys and values.
add(byte[], int) - Static method in class org.basex.util.Num
Compresses and writes an integer value to the specified array and returns the array.
add(byte[]) - Method in class org.basex.util.Set
Indexes the specified key.
add(String) - Method in class org.basex.util.StringList
Adds a string to the array.
add(char) - Method in class org.basex.util.TokenBuilder
Adds a single character to the token.
add(byte) - Method in class org.basex.util.TokenBuilder
Adds a single character to the token.
add(int) - Method in class org.basex.util.TokenBuilder
Adds an integer to the token.
add(byte[]) - Method in class org.basex.util.TokenBuilder
Adds a byte array to the token.
add(byte[], int, int) - Method in class org.basex.util.TokenBuilder
Adds a partial byte array to the token.
add(String) - Method in class org.basex.util.TokenBuilder
Adds a string to the token.
add(Object, Object...) - Method in class org.basex.util.TokenBuilder
Replaces all % characters in the input string by the specified extension objects, which can be byte arrays or any other object.
add(byte[]) - Method in class org.basex.util.TokenList
Adds next value.
add(byte[], byte[]) - Method in class org.basex.util.TokenMap
Indexes the specified keys and values.
addAtt(long, long, byte[], long) - Method in class org.basex.data.MemData
Adds an attribute.
addAttr(int, int, byte[], int) - Method in class org.basex.build.Builder
Adds an attribute to the database.
addAttr(int, int, byte[], int) - Method in class org.basex.build.DiskBuilder
 
addAttr(int, int, byte[], int) - Method in class org.basex.build.MemBuilder
 
addColl(NodIter, byte[]) - Method in class org.basex.query.xquery.XQContext
Adds a collection.
addConnectionEventListener(XQConnectionEventListener) - Method in interface javax.xml.xquery.PooledXQConnection
Registers the given event listener so that it will be notified when an event occurs on this PooledXQConnection object.
addDefaultKeys(Container, Dialog) - Static method in class org.basex.gui.layout.BaseXLayout
Adds default notifiers for ENTER and ESCAPE to the specified component.
addDoc(byte[]) - Method in class org.basex.build.Builder
Adds a document node to the database.
addDoc(byte[]) - Method in class org.basex.build.DiskBuilder
 
addDoc(byte[]) - Method in class org.basex.build.MemBuilder
 
addDoc(byte[], long) - Method in class org.basex.data.MemData
Adds an element.
addElem(int, int, int, int, boolean) - Method in class org.basex.build.Builder
Adds an element node to the database.
addElem(int, int, int, int, boolean) - Method in class org.basex.build.DiskBuilder
 
addElem(int, int, int, int, boolean) - Method in class org.basex.build.MemBuilder
 
addElem(long, long, long, long, long, boolean) - Method in class org.basex.data.MemData
Adds an element.
addFilter(String, String) - Method in class org.basex.gui.layout.BaseXFileChooser
Sets a file filter.
addGlobal(Var) - Method in class org.basex.query.xquery.util.Variables
Indexes a global variable.
addHelp(Component, byte[]) - Static method in class org.basex.gui.layout.BaseXLayout
Adds a help notifier to the specified component.
addInfo() - Method in class org.basex.io.CachedOutput
Adds a textual chopping info to the cached output.
addKeyListener(KeyListener) - Method in class org.basex.gui.layout.BaseXCombo
 
addLayoutComponent(String, Component) - Method in class org.basex.gui.layout.BaseXSplit
Adds the specified component.
addLayoutComponent(String, Component) - Method in class org.basex.gui.layout.TableLayout
Adds the specified component with the specified name to the layout.
addPosPred(XPContext) - Method in class org.basex.query.xpath.locpath.LocPath
Limit evaluation of predicates to first hit if only existence of path has to be checked.
addResource(Resource) - Method in class org.basex.api.xmldb.BXResourceSet
 
addResource(Resource) - Method in interface org.xmldb.api.base.ResourceSet
Adds a Resource instance to the set.
addText(byte[], int, byte) - Method in class org.basex.build.Builder
Adds a text node to the database.
addText(byte[], int, byte) - Method in class org.basex.build.DiskBuilder
 
addText(byte[], int, byte) - Method in class org.basex.build.MemBuilder
 
addText(byte[], long, long) - Method in class org.basex.data.MemData
Adds a text node.
addText(Expr, XPContext) - Static method in class org.basex.query.xpath.XPOptimizer
Adds a text step to the specified path.
addUnique(byte[], byte[]) - Method in class org.basex.util.Atts
Adds the specified values if the key is new.
addUTF(int) - Method in class org.basex.util.TokenBuilder
Adds the specified UTF8 character.
adoptNode(Node) - Method in class org.basex.api.dom.BXDoc
 
afterLast() - Method in interface javax.xml.xquery.XQSequence
Move to the position after the last item.
afterLast() - Method in class org.basex.api.xqj.BXQSequence
 
AFTERROOT - Static variable in interface org.basex.build.BuildText
Builder error.
ALBUM - Static variable in interface org.basex.build.fs.FSText
MP3 tag.
all() - Method in class org.basex.query.ChildIterator
Returns an array with all pre values.
ALL - Static variable in interface org.basex.query.QueryTokens
Parser token.
ALL - Static variable in class org.basex.query.xpath.locpath.TestName
Test accepting all names.
ALL - Static variable in interface org.basex.Text
All flag.
all(boolean) - Method in class org.basex.util.BoolList
Checks if all values are b.
allInfo - Static variable in class org.basex.core.Prop
Detailed query info.
ALLNODES - Static variable in class org.basex.query.xpath.locpath.TestName
Test accepting all names.
AllOf - Class in org.basex.query.xpath.internal
This Expression assembles a number of similar comparisons which all has to evaluate true.
AllOf(LocPath, Item[], Comp) - Constructor for class org.basex.query.xpath.internal.AllOf
Constructor.
AMP - Static variable in class org.basex.util.Token
Ampersand Entity.
anc() - Method in class org.basex.query.xquery.item.Nod
Returns an ancestor axis iterator.
ancOrSelf() - Method in class org.basex.query.xquery.item.Nod
Returns an ancestor-or-self axis iterator.
AND - Static variable in interface org.basex.query.QueryTokens
Parser token.
And - Class in org.basex.query.xpath.expr
And expression.
And(Expr[]) - Constructor for class org.basex.query.xpath.expr.And
Constructor.
And - Class in org.basex.query.xquery.expr
And expression.
And(Expr[]) - Constructor for class org.basex.query.xquery.expr.And
Constructor.
and(double, double) - Static method in class org.basex.query.xquery.util.Scoring
Combines two scoring values.
antiAlias(Graphics) - Static method in class org.basex.gui.layout.BaseXLayout
Enables/Disables anti-aliasing.
ANY - Static variable in interface org.basex.build.BuildText
DTD: ANY ELEMENT.
ANY - Static variable in interface org.basex.query.QueryTokens
Parser token.
APOS - Static variable in class org.basex.util.Token
Apostrophe Entity.
appendChild(Node) - Method in class org.basex.api.dom.BXNode
 
appendData(String) - Method in class org.basex.api.dom.BXChar
 
appr(Item) - Method in class org.basex.query.xpath.item.Bln
 
appr(Item) - Method in class org.basex.query.xpath.item.Dbl
 
appr(Item) - Method in class org.basex.query.xpath.item.Nod
 
appr(Item) - Method in class org.basex.query.xpath.item.Str
 
apprContainedIn(Item) - Method in class org.basex.query.xpath.item.Nod
inverse contains (this NodeSet is the argument to val.apprContains).
apprContains(Item) - Method in class org.basex.query.xpath.item.Bln
 
apprContains(Item) - Method in class org.basex.query.xpath.item.Nod
 
APPROX - Static variable in interface org.basex.build.mediovis.MAB2
Approximate Hits Attribute.
ARG - Static variable in interface org.basex.api.xqj.BXQText
Error Message.
ARG - Static variable in interface org.basex.query.xquery.XQTokens
Query Plan.
ARGB - Static variable in interface org.basex.api.xqj.BXQText
Error Message.
ARGC - Static variable in interface org.basex.api.xqj.BXQText
Error Message.
ARGH - Static variable in interface org.basex.api.xqj.BXQText
Error Message.
ARGL - Static variable in interface org.basex.api.xqj.BXQText
Error Message.
ARGN - Static variable in interface org.basex.api.xqj.BXQText
Error Message.
ARGO - Static variable in interface org.basex.api.xqj.BXQText
Error Message.
ARGR - Static variable in interface org.basex.api.xqj.BXQText
Error Message.
ARGS - Static variable in interface org.basex.api.xqj.BXQText
Error Message.
args - Variable in class org.basex.core.Process
Command arguments.
args() - Method in class org.basex.core.Process
Returns the list of arguments.
args(String) - Method in class org.basex.fs.Cat
 
args(String) - Method in class org.basex.fs.Cd
 
args(String) - Method in class org.basex.fs.Cp
 
args(String) - Method in class org.basex.fs.Du
 
args(String) - Method in class org.basex.fs.Exec
 
args(String) - Method in class org.basex.fs.FSCmd
Checks the command line arguments.
args(String) - Method in class org.basex.fs.Help
 
args(String) - Method in class org.basex.fs.Locate
 
args(String) - Method in class org.basex.fs.Ls
 
args(String) - Method in class org.basex.fs.Mkdir
 
args(String) - Method in class org.basex.fs.Pwd
 
args(String) - Method in class org.basex.fs.Rm
 
args(String) - Method in class org.basex.fs.Touch
 
args - Variable in class org.basex.query.xquery.expr.Func
Arguments.
args - Variable in class org.basex.query.xquery.func.Fun
Function results.
Arr - Class in org.basex.query.xpath.expr
Abstract array expression.
Arr - Class in org.basex.query.xquery.expr
Abstract array expression.
Array - Class in org.basex.util
This class provides convenience methods for handling arrays.
ARROW - Static variable in class org.basex.gui.layout.BaseXDSlider
Slider width.
AS - Static variable in interface org.basex.query.xquery.XQTokens
Parser token.
ASCENDING - Static variable in interface org.basex.query.xquery.XQTokens
Parser token.
ascii(byte[]) - Static method in class org.basex.util.Token
Checks if the specified token only consists of ASCII characters.
ASSIGN - Static variable in interface org.basex.query.xquery.XQTokens
Parser token.
AT - Static variable in interface org.basex.query.QueryTokens
Parser token.
Atm - Class in org.basex.query.xquery.item
Untyped atomic item.
Atm(byte[]) - Constructor for class org.basex.query.xquery.item.Atm
Constructor.
ATOM - Static variable in interface org.basex.api.xqj.BXQText
Error Message.
atom(int) - Method in class org.basex.data.Data
Returns an atomized content for any node kind.
atomic(Expr, boolean) - Method in class org.basex.query.xquery.iter.Iter
Checks if the specified iterator contains a single item.
atomic(Expr, Expr, boolean) - Method in class org.basex.query.xquery.XQContext
Returns the specified expression as an item.
atomNum(int) - Method in class org.basex.data.Data
Returns a atomized numeric content for any node kind.
ATT - Static variable in interface org.basex.api.xqj.BXQText
Error Message.
ATT - Static variable in interface org.basex.data.DataText
Attribute output.
ATT1 - Static variable in interface org.basex.data.DataText
Attribute output.
ATT2 - Static variable in interface org.basex.data.DataText
Attribute output.
ATTCHAR - Static variable in interface org.basex.build.BuildText
Scanner Error.
ATTCLOSE - Static variable in interface org.basex.build.BuildText
Scanner Error.
ATTDUPL - Static variable in interface org.basex.query.xquery.XQText
XQST0040: Parsing exception.
ATTDUPL - Static variable in interface org.basex.Text
Duplicate attribute info.
ATTINDEXINFO - Static variable in interface org.basex.Text
Value Index information.
ATTINVALID - Static variable in interface org.basex.Text
Update element info.
ATTL - Static variable in interface org.basex.build.BuildText
DTD: ATTLIST.
attLen(int) - Method in class org.basex.data.Data
Returns an attribute value length.
attLen(int) - Method in class org.basex.data.DiskData
 
attLen(int) - Method in class org.basex.data.MemData
 
attName(int) - Method in class org.basex.data.Data
Returns an attribute name.
attNameID(int) - Method in class org.basex.data.Data
Returns an attribute name id (reference to the attribute name index).
attNameID(byte[]) - Method in class org.basex.data.Data
Returns an id for the specified attribute name.
attNameID(int) - Method in class org.basex.data.DiskData
 
attNameID(int) - Method in class org.basex.data.MemData
 
attNS(int) - Method in class org.basex.data.Data
Returns an attribute namespace (reference to the attribute namespace).
attNS(int) - Method in class org.basex.data.DiskData
 
attNS(int) - Method in class org.basex.data.MemData
 
ATTNSDUPL - Static variable in interface org.basex.query.xquery.XQText
XQST0040: Parsing exception.
attNum(int) - Method in class org.basex.data.Data
Returns an attribute value as double value.
attNum(int) - Method in class org.basex.data.DiskData
 
attNum(int) - Method in class org.basex.data.MemData
 
ATTR - Static variable in interface org.basex.api.xqj.BXQText
Error Message.
ATTR - Static variable in class org.basex.data.Data
Node kind: Attribute.
attr() - Method in class org.basex.query.xquery.item.DNode
 
attr() - Method in class org.basex.query.xquery.item.FNode
 
attr() - Method in class org.basex.query.xquery.item.Nod
Returns an attribute axis iterator.
attribute(byte[], byte[]) - Method in class org.basex.data.DOTSerializer
 
attribute(byte[], byte[]) - Method in class org.basex.data.SAXSerializer
 
attribute(byte[], byte[]) - Method in class org.basex.data.Serializer
Serializes an attribute.
attribute(byte[], byte[]) - Method in class org.basex.data.XMLSerializer
 
ATTRIBUTE - Static variable in interface org.basex.query.xquery.XQTokens
Parser token.
ATTRIBUTETOKENS - Static variable in interface org.basex.build.fs.FSText
Email attributes.
attrindex - Static variable in class org.basex.core.Prop
Flag for creating an attribute value index.
atts - Variable in class org.basex.build.Parser
Temporary attribute array.
atts - Variable in class org.basex.data.Data
Attribute name index.
atts - Variable in class org.basex.query.xquery.util.NSLocal
Namespaces.
Atts - Class in org.basex.util
This is a simple container for attributes (keys and values).
Atts() - Constructor for class org.basex.util.Atts
 
attSize(int, int) - Method in class org.basex.data.Data
Returns a number of attributes.
attSize(int, int) - Method in class org.basex.data.DiskData
 
attSize(int, int) - Method in class org.basex.data.MemData
 
attToken(int) - Method in class org.basex.data.MemData
Returns the index value for the specified attribute value id.
attValue(int) - Method in class org.basex.data.Data
Returns an attribute value.
attValue(int, int) - Method in class org.basex.data.Data
Finds the specified attribute and returns its value.
attValue(int) - Method in class org.basex.data.DiskData
 
attValue(int) - Method in class org.basex.data.MemData
 
atvindex - Variable in class org.basex.data.MetaData
Flag for creating a attribute value index.
AUDIO - Static variable in interface org.basex.build.fs.FSText
Audio tag.
Axis - Enum in org.basex.query.xpath.locpath
Defined Axes in XPath.
axis - Variable in class org.basex.query.xpath.locpath.Step
Axis.
Axis - Enum in org.basex.query.xquery.path
XPath Axes Enumeration.
axis - Variable in class org.basex.query.xquery.path.Step
Axis.
AXIS - Static variable in interface org.basex.query.xquery.XQTokens
Query Plan.

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