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

T

table(PrintOutput, Data, Nodes) - Static method in class org.basex.data.Serialize
Writes the database as table.
table(PrintOutput, Data, int, int) - Static method in class org.basex.data.Serialize
Writes the database as table.
TableAccess - Class in org.basex.io
This abstract class defines the methods for accessing the database table representation.
TableAccess() - Constructor for class org.basex.io.TableAccess
 
TABLEATTR - Static variable in interface org.basex.data.DataText
Table Text.
TableBlockAccessTest - Class in org.basex.test
This class tests the update functionality of the BlockStorage.
TableBlockAccessTest() - Constructor for class org.basex.test.TableBlockAccessTest
 
TABLECOMM - Static variable in interface org.basex.data.DataText
Table Comment.
TableContent - Class in org.basex.gui.view.table
This is the content area of the table view.
TableData - Class in org.basex.gui.view.table
This is a container for the table data.
TableData() - Constructor for class org.basex.gui.view.table.TableData
 
TableDiskAccess - Class in org.basex.io
This class stores the table on disk and reads it block-wise.
TableDiskAccess(String, String) - Constructor for class org.basex.io.TableDiskAccess
Constructor.
TABLEDOC - Static variable in interface org.basex.data.DataText
Table Document.
TABLEELEM - Static variable in interface org.basex.data.DataText
Table Element.
TABLEHEAD1 - Static variable in interface org.basex.data.DataText
First table Header.
TABLEHEAD2 - Static variable in interface org.basex.data.DataText
Second table Header.
TABLEHEAD3 - Static variable in interface org.basex.data.DataText
Third table Header.
TABLEHEAD4 - Static variable in interface org.basex.data.DataText
Fourth table Header.
TABLEHEAD5 - Static variable in interface org.basex.data.DataText
Fifth table Header.
TableHeader - Class in org.basex.gui.view.table
This is the header of the table view.
TableInput - Class in org.basex.gui.view.table
This is a simple input box for BaseX views.
TableInput(BaseXPanel, String) - Constructor for class org.basex.gui.view.table.TableInput
Constructor.
TableIterator - Class in org.basex.gui.view.table
This is an iterator for parsing the rows' contents.
TableLayout - Class in org.basex.gui.layout
This LayoutManager is similar to the GridLayout.
TableLayout(int, int) - Constructor for class org.basex.gui.layout.TableLayout
Creates a grid layout with the specified number of rows and columns.
TableLayout(int, int, int, int) - Constructor for class org.basex.gui.layout.TableLayout
Creates a grid layout with the specified number of rows and columns.
TableMemAccess - Class in org.basex.io
This class allows main memory access to the database table representation.
TableMemAccess(String, String, int) - Constructor for class org.basex.io.TableMemAccess
Stores the file content in a long array.
TableOutput - Class in org.basex.io
This class allows a blockwise output of the database table.
TableOutput(String, String) - Constructor for class org.basex.io.TableOutput
Initializes the output.
TABLEPI - Static variable in interface org.basex.data.DataText
Table Text.
TABLETEXT - Static variable in interface org.basex.data.DataText
Table Text.
TABLEVIEW - Static variable in interface org.basex.gui.GUIText
Internal name of the Table View.
TableView - Class in org.basex.gui.view.table
This view creates a flat table view on the database contents.
TableView(byte[]) - Constructor for class org.basex.gui.view.table.TableView
Default constructor.
tag(int) - Method in class org.basex.data.Data
Returns a tag name.
tag(int) - Static method in class org.basex.gui.view.ViewData
Returns the tag name of the specified node.
TAGEMPTY - Static variable in interface org.basex.build.BuildText
Empty Tag.
tagID(int) - Method in class org.basex.data.Data
Returns a tag id (reference to the tag index).
tagID(byte[]) - Method in class org.basex.data.Data
Returns an id for the specified tag.
tagID(int) - Method in class org.basex.data.DiskData
 
tagID(int) - Method in class org.basex.data.MemData
 
TAGINDEX - Static variable in interface org.basex.data.DataText
Data info.
TAGINVALID - Static variable in interface org.basex.core.proc.ProcText
Update element info.
tags - Variable in class org.basex.data.Data
Tag index.
TAGWRONG - Static variable in interface org.basex.query.xquery.XQText
XPST0003: Parsing exception.
TBL - Static variable in class org.basex.core.proc.Info
Info option.
tearDown() - Static method in class org.basex.test.ASTTest
Delete the test-database.
tearDown() - Method in class org.basex.test.DataUpdateTestAttributes
Delete the test-database.
tearDown() - Method in class org.basex.test.DataUpdateTestBulk
Delete the test-database.
tearDown() - Method in class org.basex.test.DataUpdateTestDeletes
Delete the test-database.
tearDown() - Method in class org.basex.test.DataUpdateTestTags
Delete the test-database.
tearDown() - Method in class org.basex.test.DataUpdateTestText
Delete the test-database.
tearDown() - Method in class org.basex.test.TableBlockAccessTest
Drop the JUnitTest database.
term - Variable in class org.basex.query.xquery.expr.FTSelect
Term list.
test - Variable in class org.basex.query.xpath.locpath.Step
Node test.
Test - Class in org.basex.query.xpath.locpath
Abstract NodeTest.
Test() - Constructor for class org.basex.query.xpath.locpath.Test
 
test - Variable in class org.basex.query.xquery.path.Step
Node test.
Test - Class in org.basex.query.xquery.path
XQuery Node Tests.
Test() - Constructor for class org.basex.query.xquery.path.Test
Empty Constructor ("*" test).
Test(Type) - Constructor for class org.basex.query.xquery.path.Test
Constructor.
Test(Type, byte[], XQContext) - Constructor for class org.basex.query.xquery.path.Test
Constructor.
Test(QNm, boolean, XQContext) - Constructor for class org.basex.query.xquery.path.Test
Constructor.
testAddAttribute() - Method in class org.basex.test.DataUpdateTestAttributes
Test the insertion of a new attribute.
testBasic() - Method in class org.basex.test.ASTTest
Test for doc node returned on '/' query.
testBulkInsertLarge() - Method in class org.basex.test.DataUpdateTestBulk
Test bulk insertion.
testBulkInsertSmall() - Method in class org.basex.test.DataUpdateTestBulk
Test bulk insertion.
testCascadingDelete() - Method in class org.basex.test.DataUpdateTestDeletes
Test deletion of a node with a child.
testCascadingDelete2() - Method in class org.basex.test.DataUpdateTestDeletes
Test deletion of a node with a child (with text) and attribute.
testDeleteAtBeginning() - Method in class org.basex.test.TableBlockAccessTest
Test delete at beginning.
testDeleteAtEnd() - Method in class org.basex.test.TableBlockAccessTest
Test delete at end.
testDeleteAttribute() - Method in class org.basex.test.DataUpdateTestDeletes
Test deletion of an attribute.
testDeleteFirstBlock() - Method in class org.basex.test.TableBlockAccessTest
Delete first block.
testDeleteLastBlock() - Method in class org.basex.test.TableBlockAccessTest
Delete the last block.
testDeleteOneNode() - Method in class org.basex.test.TableBlockAccessTest
Test delete.
testDeleteSecondBlock() - Method in class org.basex.test.TableBlockAccessTest
Delete the second block.
testDeleteSecondBlockAndSurroundingNodes() - Method in class org.basex.test.TableBlockAccessTest
Delete the second block with some surrounding nodes.
testDeleteText() - Method in class org.basex.test.DataUpdateTestDeletes
For the sake of completeness.
TESTINCOMPLETE - Static variable in interface org.basex.query.xquery.XQText
XPST0003: Parsing exception.
testInsertAtBlockBoundary() - Method in class org.basex.test.TableBlockAccessTest
Test inserting multiple entries.
testInsertMany() - Method in class org.basex.test.TableBlockAccessTest
Test inserting multiple entries.
testInsertMultiple() - Method in class org.basex.test.TableBlockAccessTest
Test inserting multiple entries.
testInsertTagAfterAttsAsFirst() - Method in class org.basex.test.DataUpdateTestTags
Test insert as last child.
testInsertTagAfterAttsAsLast() - Method in class org.basex.test.DataUpdateTestTags
Test insert as last child.
testInsertTagAfterAttsAsSecond() - Method in class org.basex.test.DataUpdateTestTags
Test insert as last child.
testInsertTagAsOnly1() - Method in class org.basex.test.DataUpdateTestTags
Test insert as last child.
testInsertTagAsOnly2() - Method in class org.basex.test.DataUpdateTestTags
Test insert as last child.
testInsertTagAsOnly3() - Method in class org.basex.test.DataUpdateTestTags
Test insert as last child.
testInsertTextAfterAttsAsFirst() - Method in class org.basex.test.DataUpdateTestText
Test insert as last child.
testInsertTextAfterAttsAsLast() - Method in class org.basex.test.DataUpdateTestText
Test insert as last child.
testInsertTextAfterAttsAsSecond() - Method in class org.basex.test.DataUpdateTestText
Test insert as last child.
testInsertTextAfterTextAsLast() - Method in class org.basex.test.DataUpdateTestText
Test insert text before text.
testInsertTextAfterTextAsSecond() - Method in class org.basex.test.DataUpdateTestText
Test insert text before text.
testInsertTextAsOnly1() - Method in class org.basex.test.DataUpdateTestText
Test insert as last child.
testInsertTextAsOnly2() - Method in class org.basex.test.DataUpdateTestText
Test insert as last child.
testInsertTextAsOnly3() - Method in class org.basex.test.DataUpdateTestText
Test insert as last child.
testInsertTextBeforeText() - Method in class org.basex.test.DataUpdateTestText
Test insert text before text.
TESTINVALID - Static variable in interface org.basex.query.xquery.XQText
XPST0003: Parsing exception.
TestName - Class in org.basex.query.xpath.locpath
NodeTest testing for a name match.
TestName(boolean) - Constructor for class org.basex.query.xpath.locpath.TestName
Constructor, accepting all tags/attribute names.
TestName(byte[], boolean) - Constructor for class org.basex.query.xpath.locpath.TestName
Constructor.
TestNode - Class in org.basex.query.xpath.locpath
Node Test testing for a specific NodeType.
TestNode() - Constructor for class org.basex.query.xpath.locpath.TestNode
 
TestPI - Class in org.basex.query.xpath.locpath
XPath Processing Instruction Test.
TestPI(byte[]) - Constructor for class org.basex.query.xpath.locpath.TestPI
Constructor with Literal.
testSimpleInsert() - Method in class org.basex.test.TableBlockAccessTest
Test basic insertion.
testSimpleNodeDelete() - Method in class org.basex.test.DataUpdateTestDeletes
Test deletion of a simple node.
testSize() - Method in class org.basex.test.DataUpdateTestAttributes
Test for correct data size.
testSize() - Method in class org.basex.test.DataUpdateTestBulk
Test for correct data size.
testSize() - Method in class org.basex.test.DataUpdateTestDeletes
Test for correct data size.
testSize() - Method in class org.basex.test.DataUpdateTestTags
Test for correct data size.
testSize() - Method in class org.basex.test.DataUpdateTestText
Test for correct data size.
testSize() - Method in class org.basex.test.TableBlockAccessTest
Test size of file.
testUpdateAttribute() - Method in class org.basex.test.DataUpdateTestAttributes
Test the update of an existing attribute.
testUpdateAttribute2() - Method in class org.basex.test.DataUpdateTestAttributes
Test the update of an existing attribute.
testUpdateTagName() - Method in class org.basex.test.DataUpdateTestTags
Test updateTagName.
testUpdateText() - Method in class org.basex.test.DataUpdateTestText
Test updateText.
text(byte[], boolean) - Method in class org.basex.build.Builder
Stores text nodes; called by the building instance.
TEXT - Static variable in class org.basex.data.Data
Node kind: Text.
text(int) - Method in class org.basex.data.Data
Returns a text.
TEXT - Static variable in interface org.basex.data.DataText
Text step.
text(int) - Method in class org.basex.data.DiskData
 
text(int) - Method in class org.basex.data.MemData
 
text(byte[]) - Method in class org.basex.data.ResultReader
Sends a characters event to the content handler.
TEXT - Static variable in class org.basex.query.xpath.locpath.TestNode
text() kind.
TEXT - Static variable in interface org.basex.query.xpath.XPText
Node Test.
TEXT - Static variable in interface org.basex.query.xquery.XQTokens
Parser token.
Text - Interface in org.basex
This class class organizes textual information for the main classes.
textcache - Variable in class org.basex.gui.GUI
Container for text outputs.
textindex - Static variable in class org.basex.core.Prop
Flag for creating a text index.
TEXTINDEX - Static variable in interface org.basex.data.DataText
Data info.
textLen(int) - Method in class org.basex.data.Data
Returns a text length.
textLen(int) - Method in class org.basex.data.DiskData
 
textLen(int) - Method in class org.basex.data.MemData
 
textNum(int) - Method in class org.basex.data.Data
Returns a text as double value.
textNum(int) - Method in class org.basex.data.DiskData
 
textNum(int) - Method in class org.basex.data.MemData
 
TextRenderer - Class in org.basex.gui.view.text
Prettttty Efficient Text Renderer, supporting highlighting and copy and paste operations.
textToken(int) - Method in class org.basex.data.MemData
Returns the index value for the specified index id.
TEXTVIEW - Static variable in interface org.basex.gui.GUIText
Internal name of the Text View.
TextView - Class in org.basex.gui.view.text
This class offers a fast text view, using the TextRenderer class.
TextView(GUIConstants.FILL, String, byte[]) - Constructor for class org.basex.gui.view.text.TextView
Default constructor.
THEN - Static variable in interface org.basex.query.xquery.XQTokens
Parser token.
thesaurus - Variable in class org.basex.query.xquery.expr.FTOptions
Thesaurus flag (currently ignored).
THESAURUS - Static variable in interface org.basex.query.xquery.XQTokens
Parser fulltext token.
TIFExtractor - Class in org.basex.build.fs.metadata
TIF meta data extractor.
TIFExtractor() - Constructor for class org.basex.build.fs.metadata.TIFExtractor
 
Tim - Class in org.basex.query.xquery.item
Time item.
Tim(Date) - Constructor for class org.basex.query.xquery.item.Tim
Constructor.
Tim(Tim, DTd, boolean) - Constructor for class org.basex.query.xquery.item.Tim
Constructor.
Tim(byte[]) - Constructor for class org.basex.query.xquery.item.Tim
Constructor.
time - Variable in class org.basex.data.MetaData
Modification time.
time - Variable in class org.basex.query.xquery.XQContext
Current Time.
timeID - Variable in class org.basex.data.Data
Index Reference for time attribute.
TIMES - Static variable in interface org.basex.query.xquery.XQTokens
Parser fulltext token.
title() - Method in class org.basex.build.fs.FSParser
 
TITLE - Static variable in interface org.basex.build.mediovis.MAB2
Tag.
title() - Method in class org.basex.build.mediovis.MAB2Parser
 
title() - Method in class org.basex.build.Parser
Returns a compact description of the current progress.
title() - Method in class org.basex.build.xml.SAXWrapper
 
title() - Method in class org.basex.build.xml.XMLParser
 
TITLE - Static variable in interface org.basex.Text
BaseX GUI title.
TO - Static variable in interface org.basex.query.xquery.XQTokens
Parser token.
toDouble(byte[]) - Static method in class org.basex.util.Token
Converts the specified token into a double value.
toDouble(String) - Static method in class org.basex.util.Token
Converts the specified string into a double value.
toggle(int) - Method in class org.basex.data.Nodes
The specified pre value is added to or removed from the context set.
toInt(String) - Static method in class org.basex.util.Token
Converts the specified string into an integer value.
toInt(byte[]) - Static method in class org.basex.util.Token
Converts the specified token into an integer value.
toInt(byte[], int, int) - Static method in class org.basex.util.Token
Converts the specified token into an integer value.
Tok - Class in org.basex.query.xquery.item
Token item.
Tok(byte[]) - Constructor for class org.basex.query.xquery.item.Tok
Constructor.
token(int) - Method in class org.basex.index.MemValues
Returns the token for the specified id.
Token - Class in org.basex.util
This class provides convenience operations for handling so-called 'Tokens'.
token(String) - Static method in class org.basex.util.Token
Converts a string to a byte array.
token(boolean) - Static method in class org.basex.util.Token
Creates a byte array representation of the specified boolean value.
token(int) - Static method in class org.basex.util.Token
Creates a byte array representation of the specified integer value.
token(long) - Static method in class org.basex.util.Token
Creates a byte array representation from the specified long value, using Java's standard method.
token(double) - Static method in class org.basex.util.Token
Creates a byte array representation from the specified double value; inspired by Xavier Franc's Qizx.
token(float) - Static method in class org.basex.util.Token
Creates a byte array representation from the specified float value.
TokenBuilder - Class in org.basex.util
This class serves as an efficient constructor for byte arrays.
TokenBuilder() - Constructor for class org.basex.util.TokenBuilder
Empty constructor.
TokenBuilder(char) - Constructor for class org.basex.util.TokenBuilder
Constructor, specifying an initial character.
TokenBuilder(String) - Constructor for class org.basex.util.TokenBuilder
Constructor, specifying an initial string.
TokenIterator - Class in org.basex.util
This class allows the iteration on tokens.
TokenIterator(byte[]) - Constructor for class org.basex.util.TokenIterator
Constructor.
TokenList - Class in org.basex.util
This is a simple container for native byte[] values (tokens).
TokenList() - Constructor for class org.basex.util.TokenList
 
toLong(String) - Static method in class org.basex.util.Token
Converts the specified string into an long value.
toLong(byte[]) - Static method in class org.basex.util.Token
Converts the specified token into an long value.
toLong(byte[], int, int) - Static method in class org.basex.util.Token
Converts the specified token into an long value.
TOOLBAR - Static variable in interface org.basex.gui.GUIText
Toolbar entries, containing the button commands.
toString() - Method in class org.basex.build.fs.FSParser
 
toString() - Method in class org.basex.build.mediovis.MAB2Entry
 
toString() - Method in class org.basex.build.mediovis.MAB2Parser
 
toString() - Method in class org.basex.build.Parser
Returns detailed progress information.
toString() - Method in class org.basex.build.xml.SAXWrapper
 
toString() - Method in class org.basex.build.xml.XMLParser
 
toString() - Method in class org.basex.core.Command
 
toString() - Method in class org.basex.core.proc.Proc
 
toString() - Method in class org.basex.data.Nodes
 
toString() - Method in class org.basex.gui.layout.BaseXSplit
 
toString() - Method in class org.basex.gui.layout.BaseXSplitSep
 
toString() - Method in class org.basex.gui.view.map.MapRect
 
toString() - Method in class org.basex.gui.view.View
 
toString() - Method in class org.basex.gui.view.ViewPanel
 
toString() - Method in class org.basex.io.CachedOutput
 
toString() - Method in class org.basex.query.xpath.expr.ArrayExpr
 
toString() - Method in class org.basex.query.xpath.expr.Calculation
 
toString() - Method in class org.basex.query.xpath.expr.Comparison
 
toString() - Method in class org.basex.query.xpath.expr.Expr
 
toString() - Method in class org.basex.query.xpath.expr.Filter
 
toString() - Method in class org.basex.query.xpath.expr.Path
 
toString() - Method in class org.basex.query.xpath.expr.Unary
 
toString() - Method in class org.basex.query.xpath.func.Func
 
toString() - Method in class org.basex.query.xpath.internal.AllOf
 
toString() - Method in class org.basex.query.xpath.internal.FTIndex
 
toString() - Method in class org.basex.query.xpath.internal.IndexAccess
 
toString() - Method in class org.basex.query.xpath.internal.IndexMatch
 
toString() - Method in class org.basex.query.xpath.internal.OneOf
 
toString() - Method in class org.basex.query.xpath.internal.Range
 
toString() - Method in class org.basex.query.xpath.locpath.LocPathAbs
 
toString() - Method in class org.basex.query.xpath.locpath.LocPathRel
 
toString() - Method in class org.basex.query.xpath.locpath.PredPos
 
toString() - Method in class org.basex.query.xpath.locpath.Preds
 
toString() - Method in class org.basex.query.xpath.locpath.PredSimple
 
toString() - Method in class org.basex.query.xpath.locpath.Step
 
toString() - Method in class org.basex.query.xpath.locpath.Steps
 
toString() - Method in class org.basex.query.xpath.locpath.Test
 
toString() - Method in class org.basex.query.xpath.locpath.TestName
 
toString() - Method in class org.basex.query.xpath.locpath.TestPI
 
toString() - Method in class org.basex.query.xpath.values.Bool
 
toString() - Method in enum org.basex.query.xpath.values.Calc
 
toString() - Method in enum org.basex.query.xpath.values.Comp
 
toString() - Method in class org.basex.query.xpath.values.Item
 
toString() - Method in class org.basex.query.xpath.values.Literal
 
toString() - Method in class org.basex.query.xpath.values.NodeSet
 
toString() - Method in class org.basex.query.xpath.values.Num
 
toString() - Method in class org.basex.query.xquery.expr.And
 
toString() - Method in enum org.basex.query.xquery.expr.Calc
 
toString() - Method in class org.basex.query.xquery.expr.Case
 
toString() - Method in class org.basex.query.xquery.expr.Cast
 
toString() - Method in class org.basex.query.xquery.expr.Castable
 
toString() - Method in class org.basex.query.xquery.expr.CAttr
 
toString() - Method in class org.basex.query.xquery.expr.CComm
 
toString() - Method in class org.basex.query.xquery.expr.CDoc
 
toString() - Method in class org.basex.query.xquery.expr.CElem
 
toString() - Method in class org.basex.query.xquery.expr.Clc
 
toString() - Method in enum org.basex.query.xquery.expr.Cmp
 
toString() - Method in class org.basex.query.xquery.expr.CmpG
 
toString() - Method in class org.basex.query.xquery.expr.CmpN
 
toString() - Method in class org.basex.query.xquery.expr.CmpV
 
toString() - Method in class org.basex.query.xquery.expr.Context
 
toString() - Method in class org.basex.query.xquery.expr.CPI
 
toString() - Method in class org.basex.query.xquery.expr.CText
 
toString() - Method in class org.basex.query.xquery.expr.Except
 
toString() - Method in class org.basex.query.xquery.expr.Expr
 
toString() - Method in class org.basex.query.xquery.expr.FLWOR
 
toString() - Method in class org.basex.query.xquery.expr.For
 
toString() - Method in class org.basex.query.xquery.expr.FTAnd
 
toString() - Method in class org.basex.query.xquery.expr.FTCont
 
toString() - Method in class org.basex.query.xquery.expr.FTMildNot
 
toString() - Method in class org.basex.query.xquery.expr.FTNot
 
toString() - Method in class org.basex.query.xquery.expr.FTOptions
 
toString() - Method in class org.basex.query.xquery.expr.FTOr
 
toString() - Method in class org.basex.query.xquery.expr.FTSelect
 
toString() - Method in class org.basex.query.xquery.expr.FTWords
 
toString() - Method in class org.basex.query.xquery.expr.Func
 
toString() - Method in class org.basex.query.xquery.expr.FunCall
 
toString() - Method in class org.basex.query.xquery.expr.If
 
toString() - Method in class org.basex.query.xquery.expr.Instance
 
toString() - Method in class org.basex.query.xquery.expr.InterSect
 
toString() - Method in class org.basex.query.xquery.expr.Let
 
toString() - Method in class org.basex.query.xquery.expr.List
 
toString() - Method in class org.basex.query.xquery.expr.Or
 
toString() - Method in class org.basex.query.xquery.expr.Ord
 
toString() - Method in class org.basex.query.xquery.expr.Order
 
toString() - Method in class org.basex.query.xquery.expr.Pred
 
toString() - Method in class org.basex.query.xquery.expr.Range
 
toString() - Method in class org.basex.query.xquery.expr.Satisfy
 
toString() - Method in class org.basex.query.xquery.expr.Treat
 
toString() - Method in class org.basex.query.xquery.expr.TypeSwitch
 
toString() - Method in class org.basex.query.xquery.expr.Unary
 
toString() - Method in class org.basex.query.xquery.expr.Union
 
toString() - Method in class org.basex.query.xquery.expr.VarCall
 
toString() - Method in class org.basex.query.xquery.func.Fun
 
toString() - Method in enum org.basex.query.xquery.func.FunDef
 
toString() - Method in class org.basex.query.xquery.item.B64
 
toString() - Method in class org.basex.query.xquery.item.Bln
 
toString() - Method in class org.basex.query.xquery.item.Date
 
toString() - Method in class org.basex.query.xquery.item.DNode
 
toString() - Method in class org.basex.query.xquery.item.FAttr
 
toString() - Method in class org.basex.query.xquery.item.FComm
 
toString() - Method in class org.basex.query.xquery.item.FDoc
 
toString() - Method in class org.basex.query.xquery.item.FElem
 
toString() - Method in class org.basex.query.xquery.item.FPI
 
toString() - Method in class org.basex.query.xquery.item.FTxt
 
toString() - Method in class org.basex.query.xquery.item.Hex
 
toString() - Method in class org.basex.query.xquery.item.Item
 
toString() - Method in class org.basex.query.xquery.item.QNm
 
toString() - Method in class org.basex.query.xquery.item.Seq
 
toString() - Method in class org.basex.query.xquery.item.SeqRange
 
toString() - Method in class org.basex.query.xquery.item.SeqType
 
toString() - Method in class org.basex.query.xquery.item.Str
 
toString() - Method in enum org.basex.query.xquery.item.Type
 
toString() - Method in enum org.basex.query.xquery.path.Axis
 
toString() - Method in class org.basex.query.xquery.path.PathAbs
 
toString() - Method in class org.basex.query.xquery.path.PathRel
 
toString() - Method in class org.basex.query.xquery.path.Step
 
toString() - Method in class org.basex.query.xquery.path.Test
 
toString() - Method in class org.basex.query.xquery.util.Var
 
toString() - Method in class org.basex.query.xquery.util.Variables
 
toString() - Method in class org.basex.query.xquery.XQResult
 
toString() - Method in class org.basex.util.TokenBuilder
 
totMax - Variable in class org.basex.gui.layout.BaseXDSlider
Maximum slider value.
totMin - Variable in class org.basex.gui.layout.BaseXDSlider
Minimum slider value.
TOWN - Static variable in interface org.basex.build.mediovis.MAB2
Tag.
Translate - Class in org.basex.query.xpath.func
Constructor for translate() function.
Translate(Expr[]) - Constructor for class org.basex.query.xpath.func.Translate
Function Constructor.
translate(byte[], byte[], byte[]) - Static method in class org.basex.util.Token
Performs a translation on the specified token.
TRAVERSE - Static variable in interface org.basex.build.fs.FSText
Window title during FS import.
Treat - Class in org.basex.query.xquery.expr
Treat as expression.
Treat(Expr, SeqType) - Constructor for class org.basex.query.xquery.expr.Treat
Constructor.
TREAT - Static variable in interface org.basex.query.xquery.XQTokens
Parser token.
TREEVIEW - Static variable in interface org.basex.gui.GUIText
Internal name of the Tree View.
TreeView - Class in org.basex.gui.view.tree
This view offers a tree visualization of the database contents.
TreeView(byte[]) - Constructor for class org.basex.gui.view.tree.TreeView
Default Constructor.
trim(byte[]) - Static method in class org.basex.util.Token
Removes leading and trailing whitespaces from the specified token.
trim() - Method in class org.basex.util.TokenBuilder
Chops trailing whitespaces.
True - Class in org.basex.query.xpath.func
Constructor for true() function.
True(Expr[]) - Constructor for class org.basex.query.xpath.func.True
Function Constructor.
TRUE - Static variable in class org.basex.query.xpath.values.Bool
Static true value.
TRUE - Static variable in class org.basex.query.xquery.item.Bln
Static boolean item (use with care).
TRUE - Static variable in class org.basex.util.Token
True token.
TTFILTER - Static variable in interface org.basex.gui.GUIText
Menu Tooltip.
TTSEARCHMODE - Static variable in interface org.basex.gui.GUIText
Menu Tooltip.
TXT - Static variable in class org.basex.core.proc.Create
Create index option.
TXT - Static variable in class org.basex.core.proc.Insert
Insert option.
TXT1 - Static variable in interface org.basex.data.DataText
Text output.
TXT2 - Static variable in interface org.basex.data.DataText
Text output.
TXTINDEX - Static variable in class org.basex.core.proc.Set
Set option.
txtindex - Variable in class org.basex.data.MetaData
Flag for creating a text index.
TYPE - Static variable in interface org.basex.build.fs.FSText
Image attributes.
TYPE - Static variable in interface org.basex.build.mediovis.MAB2
Tag.
type(byte[]) - Static method in class org.basex.gui.GUIFS
Returns the file type for the specified filename.
type - Variable in class org.basex.query.xpath.expr.Calculation
Expression Type.
type - Variable in class org.basex.query.xpath.expr.Comparison
Expression Type.
type(Item, Item) - Static method in enum org.basex.query.xquery.expr.Calc
Returns the numeric type with the highest precedence.
type - Variable in class org.basex.query.xquery.expr.Expr
Data type.
type - Variable in class org.basex.query.xquery.item.SeqType
Sequence type.
Type - Enum in org.basex.query.xquery.item
Data Types.
type - Variable in class org.basex.query.xquery.path.Test
Node test.
type(String, Type, Item) - Static method in class org.basex.query.xquery.util.Err
Throws a type exception.
type - Variable in class org.basex.query.xquery.util.Var
Data type.
TYPEAFTER - Static variable in interface org.basex.build.BuildText
Scanner Error.
TYPEBMP - Static variable in interface org.basex.build.fs.FSText
BMP type.
TYPECMP - Static variable in interface org.basex.query.xquery.XQText
XPTY0004: Evaluation Exception.
TYPEEML - Static variable in interface org.basex.build.fs.FSText
EML suffix.
TYPEGIF - Static variable in interface org.basex.build.fs.FSText
GIF suffix.
TYPEINVALID - Static variable in interface org.basex.query.xquery.XQText
XPST0003: Parsing exception.
TYPEJPEG - Static variable in interface org.basex.build.fs.FSText
JPEG suffix.
TYPEJPG - Static variable in interface org.basex.build.fs.FSText
JPG type.
TYPEMBS - Static variable in interface org.basex.build.fs.FSText
MBS suffix.
TYPEMBX - Static variable in interface org.basex.build.fs.FSText
MBX suffix.
TYPEMP3 - Static variable in interface org.basex.build.fs.FSText
MP3 suffix.
TYPEPAR - Static variable in interface org.basex.query.xquery.XQText
XPST0003: Parsing exception.
TYPEPNG - Static variable in interface org.basex.build.fs.FSText
PNG type.
TypeSwitch - Class in org.basex.query.xquery.expr
Typeswitch expression.
TypeSwitch(Expr, Case[], Var, Expr) - Constructor for class org.basex.query.xquery.expr.TypeSwitch
Constructor.
TYPESWITCH - Static variable in interface org.basex.query.xquery.XQTokens
Parser token.
TYPETIF - Static variable in interface org.basex.build.fs.FSText
TIF suffix.
TYPEUNKNOWN - Static variable in interface org.basex.query.xquery.XQText
XPST0051: Parsing exception.

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