Overview
Package
Class
Use
Tree
Deprecated
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
T
table(PrintOutput, Data, int, int)
- Static method in class org.basex.core.proc.
InfoTable
Prints the specified range of the 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
TABLEATS
- Static variable in interface org.basex.data.
DataText
Fourth table Header.
TableContent
- Class in
org.basex.gui.view.table
This is the content area of the table view.
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.
TableDiskAccessNIO
- Class in
org.basex.io
This class stores the table on disk and reads it block-wise.
TableDiskAccessNIO(String, String)
- Constructor for class org.basex.io.
TableDiskAccessNIO
Constructor.
TABLEDIST
- Static variable in interface org.basex.data.
DataText
Second table Header.
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.
TABLEKIND
- Static variable in interface org.basex.data.
DataText
Fifth table Header.
TABLEKINDS
- Static variable in interface org.basex.data.
DataText
Table Kinds.
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.
TABLENS
- Static variable in interface org.basex.data.
DataText
Namespace header.
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.
TABLEPRE
- Static variable in interface org.basex.data.
DataText
First table Header.
TABLEPREF
- Static variable in interface org.basex.data.
DataText
Prefix header.
TABLESIZE
- Static variable in interface org.basex.data.
DataText
Third table Header.
TABLEURI
- Static variable in interface org.basex.data.
DataText
URI header.
TABLEVIEW
- Static variable in class org.basex.gui.
GUIConstants
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(ViewNotifier)
- 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(Data, int)
- Static method in class org.basex.gui.view.
ViewData
Returns the tag name of the specified node.
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
tagNS(int)
- Method in class org.basex.data.
Data
Returns a tag namespace (reference to the tag namespace).
tagNS(int)
- Method in class org.basex.data.
DiskData
tagNS(int)
- Method in class org.basex.data.
MemData
tags
- Variable in class org.basex.data.
Data
Tag index.
tags
- Variable in class org.basex.data.
Serializer
Opened tags.
TAGWRONG
- Static variable in interface org.basex.query.
QueryText
XPST0003: Parsing exception.
term
- Variable in class org.basex.query.ft.
FTPos
Term list.
test(QueryContext)
- Method in class org.basex.query.expr.
Expr
Performs a predicate test and returns the item if test was successful.
test(QueryContext)
- Method in class org.basex.query.item.
Item
test(QueryContext)
- Method in class org.basex.query.item.
Seq
test
- Variable in class org.basex.query.path.
Step
Node test.
Test
- Class in
org.basex.query.path
XQuery Node Tests.
Test()
- Constructor for class org.basex.query.path.
Test
TEST
- Static variable in interface org.basex.query.
QueryTokens
Query Plan.
Test.Kind
- Enum in
org.basex.query.path
Test types.
TESTINCOMPLETE
- Static variable in interface org.basex.query.
QueryText
XPST0003: Parsing exception.
TESTINVALID
- Static variable in interface org.basex.query.
QueryText
XPST0003: Parsing exception.
text(TokenBuilder, boolean)
- Method in class org.basex.build.
Builder
Stores a text node.
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(byte[])
- Method in class org.basex.data.
DOTSerializer
text(byte[], int[][], TokenList)
- Method in class org.basex.data.
DOTSerializer
text(int)
- Method in class org.basex.data.
MemData
text(byte[])
- Method in class org.basex.data.
SAXSerializer
text(byte[], int[][], TokenList)
- Method in class org.basex.data.
SAXSerializer
text(byte[])
- Method in class org.basex.data.
Serializer
Serializes a text.
text(byte[], int[][], TokenList)
- Method in class org.basex.data.
Serializer
Serializes a text.
text(byte[])
- Method in class org.basex.data.
XMLSerializer
text(byte[], int[][], TokenList)
- Method in class org.basex.data.
XMLSerializer
text
- Variable in class org.basex.index.
IndexToken
Text.
TEXT
- Static variable in interface org.basex.query.
QueryTokens
Parser token.
Text
- Interface in
org.basex
This class contains internationalized text strings, which are used throughout the project.
TEXTENC
- Static variable in interface org.basex.build.
BuildText
Scanner Error.
textindex
- Static variable in class org.basex.core.
Prop
Flag for creating a text index.
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
TEXTTIT
- Static variable in interface org.basex.
Text
Help title.
TEXTVIEW
- Static variable in class org.basex.gui.
GUIConstants
Internal name of the Text View.
TextView
- Class in
org.basex.gui.view.text
This class offers a fast text view, using the
BaseXText
class.
TextView(ViewNotifier)
- Constructor for class org.basex.gui.view.text.
TextView
Default constructor.
THEN
- Static variable in interface org.basex.query.
QueryTokens
Parser token.
THESAURUS
- Static variable in interface org.basex.query.
QueryTokens
Parser token.
TIFExtractor
- Class in
org.basex.build.fs.metadata
TIF meta data extractor.
TIFExtractor()
- Constructor for class org.basex.build.fs.metadata.
TIFExtractor
tim()
- Method in class org.basex.query.item.
Dur
Returns the time.
Tim
- Class in
org.basex.query.item
Time item.
Tim(Tim, DTd, boolean)
- Constructor for class org.basex.query.item.
Tim
Constructor.
Tim(byte[])
- Constructor for class org.basex.query.item.
Tim
Constructor.
time
- Variable in class org.basex.data.
MetaData
Modification time.
time
- Variable in class org.basex.query.
QueryContext
Current Time.
timeID
- Variable in class org.basex.fuse.
DeepFS
Index References.
timeout
- Static variable in class org.basex.core.
Prop
Server timeout in seconds.
TIMES
- Static variable in interface org.basex.query.
QueryTokens
Parser token.
tit()
- Method in class org.basex.build.
Builder
tit()
- Method in class org.basex.index.
FTBuilder
tit()
- Method in class org.basex.index.
FTFuzzyBuilder
tit()
- Method in class org.basex.index.
ValueBuilder
tit()
- Method in class org.basex.query.
QueryContext
tit()
- Method in class org.basex.query.
QueryProcessor
TITLE
- Static variable in interface org.basex.build.fs.
FSText
MP3 tag.
TITLE
- Static variable in interface org.basex.build.mediovis.
MAB2
Tag.
title()
- Method in class org.basex.core.
Progress
Returns short information on the current process or sub process.
TITLE
- Static variable in interface org.basex.
Text
BaseX title and version.
tl
- Variable in class org.basex.data.
PathNode
Average text length.
TMP
- Static variable in class org.basex.core.
Prop
System's temporary directory.
TO
- Static variable in interface org.basex.query.
QueryTokens
Parser token.
toDouble(byte[])
- Static method in class org.basex.util.
Token
Converts the specified token into a double value.
toggle(int)
- Method in class org.basex.data.
Nodes
The specified pre value is added to or removed from the node array.
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.
token(Data)
- Method in class org.basex.data.
PathNode
Returns a readable representation of this node.
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(int)
- Constructor for class org.basex.util.
TokenBuilder
Constructor, specifying an initial array size.
TokenBuilder(String)
- Constructor for class org.basex.util.
TokenBuilder
Constructor, specifying an initial string.
TokenBuilder(byte[])
- Constructor for class org.basex.util.
TokenBuilder
Constructor, specifying an initial array.
TokenList
- Class in
org.basex.util
This is a simple container for tokens (byte arrays).
TokenList()
- Constructor for class org.basex.util.
TokenList
Default constructor.
TokenList(int)
- Constructor for class org.basex.util.
TokenList
Constructor.
TokenMap
- Class in
org.basex.util
This is a simple hash map, extending the even simpler
hash set
.
TokenMap()
- Constructor for class org.basex.util.
TokenMap
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 class org.basex.gui.
GUIConstants
Toolbar entries, containing the button commands.
tooltip(boolean)
- Method in class org.basex.gui.view.
ViewNotifier
Returns the last or next query string.
toSimpleInt(byte[])
- Static method in class org.basex.util.
Token
Converts the specified token into a positive integer value.
toString()
- Method in class org.basex.api.dom.
BXNode
toString()
- Method in class org.basex.core.proc.
Copy
toString()
- Method in class org.basex.core.proc.
CreateDB
toString()
- Method in class org.basex.core.proc.
CreateFS
toString()
- Method in class org.basex.core.proc.
CreateIndex
toString()
- Method in class org.basex.core.proc.
CreateMAB
toString()
- Method in class org.basex.core.proc.
DropDB
toString()
- Method in class org.basex.core.proc.
DropIndex
toString()
- Method in class org.basex.core.proc.
InfoDB
toString()
- Method in class org.basex.core.proc.
InfoIndex
toString()
- Method in class org.basex.core.proc.
InfoTable
toString()
- Method in class org.basex.core.proc.
Insert
toString()
- Method in class org.basex.core.proc.
Update
toString()
- Method in class org.basex.core.
Process
toString()
- Method in class org.basex.data.
Nodes
toString()
- Method in class org.basex.data.
PathNode
toString()
- Method in class org.basex.data.
StatsKey
toString()
- Method in class org.basex.gui.view.
View
toString()
- Method in class org.basex.gui.view.
ViewPanel
toString()
- Method in class org.basex.gui.view.
ViewRect
toString()
- Method in class org.basex.index.
FTTokenizer
toString()
- Method in class org.basex.io.
CachedOutput
toString()
- Method in class org.basex.io.
IO
toString()
- Method in class org.basex.query.expr.
And
toString()
- Method in enum org.basex.query.expr.
Calc
toString()
- Method in class org.basex.query.expr.
Case
toString()
- Method in class org.basex.query.expr.
Cast
toString()
- Method in class org.basex.query.expr.
Castable
toString()
- Method in class org.basex.query.expr.
Catch
toString()
- Method in class org.basex.query.expr.
CAttr
toString()
- Method in class org.basex.query.expr.
CComm
toString()
- Method in class org.basex.query.expr.
CDoc
toString()
- Method in class org.basex.query.expr.
CElem
toString()
- Method in class org.basex.query.expr.
Clc
toString()
- Method in enum org.basex.query.expr.
CmpG.Comp
toString()
- Method in class org.basex.query.expr.
CmpG
toString()
- Method in enum org.basex.query.expr.
CmpN.Comp
toString()
- Method in class org.basex.query.expr.
CmpN
toString()
- Method in class org.basex.query.expr.
CmpR
toString()
- Method in enum org.basex.query.expr.
CmpV.Comp
toString()
- Method in class org.basex.query.expr.
CmpV
toString()
- Method in class org.basex.query.expr.
Context
toString()
- Method in class org.basex.query.expr.
CPI
toString()
- Method in class org.basex.query.expr.
CText
toString()
- Method in class org.basex.query.expr.
Except
toString()
- Method in class org.basex.query.expr.
FLWOR
toString()
- Method in class org.basex.query.expr.
For
toString()
- Method in class org.basex.query.expr.
Func
toString()
- Method in class org.basex.query.expr.
FunCall
toString()
- Method in class org.basex.query.expr.
If
toString()
- Method in class org.basex.query.expr.
IndexAccess
toString()
- Method in class org.basex.query.expr.
Instance
toString()
- Method in class org.basex.query.expr.
InterSect
toString()
- Method in class org.basex.query.expr.
Let
toString()
- Method in class org.basex.query.expr.
List
toString()
- Method in class org.basex.query.expr.
Or
toString()
- Method in class org.basex.query.expr.
Ord
toString()
- Method in class org.basex.query.expr.
Order
toString()
- Method in class org.basex.query.expr.
Pos
toString()
- Method in class org.basex.query.expr.
Pred
toString()
- Method in class org.basex.query.expr.
Preds
toString()
- Method in class org.basex.query.expr.
Range
toString()
- Method in class org.basex.query.expr.
Root
toString()
- Method in class org.basex.query.expr.
Satisfy
toString()
- Method in class org.basex.query.expr.
Treat
toString()
- Method in class org.basex.query.expr.
Try
toString()
- Method in class org.basex.query.expr.
TypeSwitch
toString()
- Method in class org.basex.query.expr.
Unary
toString()
- Method in class org.basex.query.expr.
Union
toString()
- Method in class org.basex.query.expr.
VarCall
toString()
- Method in class org.basex.query.
ExprInfo
toString()
- Method in class org.basex.query.ft.
FTAnd
toString()
- Method in class org.basex.query.ft.
FTContains
toString()
- Method in class org.basex.query.ft.
FTContainsSIndex
toString()
- Method in class org.basex.query.ft.
FTIndex
toString()
- Method in class org.basex.query.ft.
FTIndexAccess
toString()
- Method in class org.basex.query.ft.
FTMildNot
toString()
- Method in class org.basex.query.ft.
FTMildNotIndex
toString()
- Method in class org.basex.query.ft.
FTNot
toString()
- Method in class org.basex.query.ft.
FTNotIndex
toString()
- Method in class org.basex.query.ft.
FTOpt
toString()
- Method in class org.basex.query.ft.
FTOptions
toString()
- Method in class org.basex.query.ft.
FTOr
toString()
- Method in class org.basex.query.ft.
FTPos
toString()
- Method in class org.basex.query.ft.
FTPosIndex
toString()
- Method in class org.basex.query.ft.
FTWords
toString()
- Method in class org.basex.query.func.
Fun
toString()
- Method in enum org.basex.query.func.
FunDef
toString()
- Method in class org.basex.query.func.
FunJava
toString()
- Method in class org.basex.query.item.
B64
toString()
- Method in class org.basex.query.item.
Bln
toString()
- Method in class org.basex.query.item.
Date
toString()
- Method in class org.basex.query.item.
DBNode
toString()
- Method in class org.basex.query.item.
Dur
toString()
- Method in class org.basex.query.item.
FAttr
toString()
- Method in class org.basex.query.item.
FComm
toString()
- Method in class org.basex.query.item.
FDoc
toString()
- Method in class org.basex.query.item.
FElem
toString()
- Method in class org.basex.query.item.
FPI
toString()
- Method in class org.basex.query.item.
FTNodeItem
toString()
- Method in class org.basex.query.item.
FTxt
toString()
- Method in class org.basex.query.item.
Hex
toString()
- Method in class org.basex.query.item.
Item
toString()
- Method in class org.basex.query.item.
Jav
toString()
- Method in class org.basex.query.item.
QNm
toString()
- Method in class org.basex.query.item.
Seq
toString()
- Method in class org.basex.query.item.
SeqType
toString()
- Method in class org.basex.query.item.
Str
toString()
- Method in enum org.basex.query.item.
Type
toString()
- Method in class org.basex.query.iter.
NodIter
toString()
- Method in class org.basex.query.iter.
RangeIter
toString()
- Method in class org.basex.query.iter.
SeqIter
toString()
- Method in enum org.basex.query.path.
Axis
toString()
- Method in class org.basex.query.path.
AxisPath
toString()
- Method in class org.basex.query.path.
KindTest
toString()
- Method in class org.basex.query.path.
MixedPath
toString()
- Method in class org.basex.query.path.
NameTest
toString(Expr[])
- Method in class org.basex.query.path.
Path
Returns a string representation.
toString()
- Method in class org.basex.query.path.
Step
toString()
- Method in class org.basex.query.
QueryContext
toString()
- Method in class org.basex.query.util.
Functions
toString()
- Method in class org.basex.query.util.
Var
toString()
- Method in class org.basex.query.util.
Variables
toString()
- Method in class org.basex.query.util.
Vars
toString()
- Method in class org.basex.util.
IntList
toString()
- Method in class org.basex.util.
Performance
toString()
- Method in class org.basex.util.
TokenBuilder
toString()
- Method in class org.basex.util.
TokenList
totMax
- Variable in class org.basex.gui.layout.
BaseXDSlider
Maximum slider value.
totMin
- Variable in class org.basex.gui.layout.
BaseXDSlider
Minimum slider value.
touch(String[])
- Method in class org.basex.fuse.
DeepShell
Create a file if it doesn't exist yet.
TOWN
- Static variable in interface org.basex.build.mediovis.
MAB2
Tag.
Treat
- Class in
org.basex.query.expr
Treat as expression.
Treat(Expr, SeqType)
- Constructor for class org.basex.query.expr.
Treat
Constructor.
TREAT
- Static variable in interface org.basex.query.
QueryTokens
Parser token.
TRIE
- Static variable in interface org.basex.
Text
Index info.
trim()
- Method in class org.basex.gui.layout.
BaseXButton
Trims the horizontal button margins.
trim(byte[])
- Static method in class org.basex.util.
Token
Removes leading and trailing whitespaces from the specified token.
TRUE
- Static variable in class org.basex.query.item.
Bln
Static boolean item (use with care).
TRUE
- Static variable in class org.basex.util.
Token
True token.
truncate(String, long)
- Method in class org.basex.fuse.
DeepFS
truncate(String, long)
- Method in class org.basex.fuse.
DeepFuse
Change the size of a file.
Try
- Class in
org.basex.query.expr
Project specific try/catch expression.
Try(Expr, Catch[])
- Constructor for class org.basex.query.expr.
Try
Constructor.
TRY
- Static variable in interface org.basex.query.
QueryTokens
Parser token.
TS
- Static variable in class org.basex.query.ft.
FTOpt
Thesaurus flag.
txtindex
- Variable in class org.basex.data.
MetaData
Flag for creating a text index.
TXTINDEX
- Static variable in interface org.basex.
Text
Index info.
TXTINDEXINFO
- Static variable in interface org.basex.
Text
Value Index information.
TXTINVALID
- Static variable in interface org.basex.
Text
Update text info.
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.index.
IndexToken
Index type.
type(Item, Item)
- Static method in enum org.basex.query.expr.
Calc
Returns the numeric type with the highest precedence.
type(Class<?>)
- Static method in class org.basex.query.func.
FunJava
Returns an appropriate XQuery data type for the specified Java class.
type(Object)
- Static method in class org.basex.query.func.
FunJava
Returns an appropriate XQuery data type for the specified Java object.
type
- Variable in class org.basex.query.item.
Item
Data type.
type
- Variable in class org.basex.query.item.
SeqType
Sequence type.
Type
- Enum in
org.basex.query.item
XQuery Data Types.
type
- Variable in class org.basex.query.path.
Test
Node test.
TYPE
- Static variable in interface org.basex.query.
QueryTokens
Query Plan.
type(String, Type, Item)
- Static method in class org.basex.query.util.
Err
Throws a type exception.
type
- Variable in class org.basex.query.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.
QueryText
FORG0006: Evaluation exception.
TYPEEML
- Static variable in interface org.basex.build.fs.
FSText
EML suffix.
typeErr(QNm)
- Static method in class org.basex.query.util.
Functions
Throws an error for the specified name.
TYPEGIF
- Static variable in interface org.basex.build.fs.
FSText
GIF suffix.
TYPEINVALID
- Static variable in interface org.basex.query.
QueryText
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.
QueryText
XPST0003: Parsing exception.
TYPEPNG
- Static variable in interface org.basex.build.fs.
FSText
PNG type.
TypeSwitch
- Class in
org.basex.query.expr
Typeswitch expression.
TypeSwitch(Expr, Case[], Var, Expr)
- Constructor for class org.basex.query.expr.
TypeSwitch
Constructor.
TYPESWITCH
- Static variable in interface org.basex.query.
QueryTokens
Parser token.
TYPETIF
- Static variable in interface org.basex.build.fs.
FSText
TIF suffix.
TYPEUNKNOWN
- Static variable in interface org.basex.query.
QueryText
XPST0051: Parsing exception.
TYPEXML
- Static variable in interface org.basex.build.fs.
FSText
XML suffix.
Overview
Package
Class
Use
Tree
Deprecated
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