org.basex.data
Interface DataText

All Known Implementing Classes:
DeepFS

public interface DataText

This class assembles texts which are used in the data classes.

Author:
Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen

Field Summary
static byte[] ATT
          Attribute output.
static byte[] ATT1
          Attribute output.
static byte[] ATT2
          Attribute output.
static byte[] COM1
          Comment output.
static byte[] COM2
          Comment output.
static byte[] COMM
          Comment.
static String DATAATV
          Database - Attribute value index.
static String DATAFTX
          Database - Full-text index.
static String DATAINFO
          Database - Info.
static String DATASWL
          Database - Stopword list.
static String DATATBL
          Database - Tokens.
static String DATATMP
          Database - Temporary Size References.
static String DATATXT
          Database - Text index.
static String DBATTS
          Attributes.
static String DBATVIDX
          Attribute indexing.
static String DBBCK
          FS Backing store.
static String DBCHOP
          Whitespace chopping.
static String DBDEEPFS
          DeepFS instance.
static String DBENC
          Encoding.
static String DBENTITY
          Entity parsing.
static String DBFNAME
          File name.
static String DBFSIZE
          File size.
static String DBFTCS
          Full-text case sensitivity.
static String DBFTDC
          Full-text diacritics removal.
static String DBFTST
          Full-text stemming.
static String DBFTXIDX
          Full-text indexing.
static String DBHGHT
          Tree height.
static String DBLID
          Last (highest) id.
static String DBMNT
          FS Mount point.
static String DBNDOCS
          Number of XML documents.
static String DBNS
          Tags.
static String DBPATH
          Path Summary.
static String DBPERM
          Permissions.
static String DBPTHIDX
          Path indexing.
static String DBSCMAX
          Maximum scoring value.
static String DBSCMIN
          Minimum scoring value.
static String DBSCTYPE
          Maximal indexed full-text score.
static String DBSIZE
          Number of XML nodes.
static String DBSTR
          Database version.
static String DBTAGS
          Tags.
static String DBTIME
          Last modification time.
static String DBTXTIDX
          Text indexing.
static String DBUTD
          Up-to-date flag.
static String DBWCIDX
          Full-text wildcards indexing.
static byte[] DOC
          Document.
static byte[] DOCDECL
          Document declaration.
static byte[] DOCTYPE
          Doctype output.
static byte[] E_AMP
          Ampersand Entity.
static byte[] E_CR
          CarriageReturn Entity.
static byte[] E_GT
          GreaterThan Entity.
static byte[] E_LT
          LessThan Entity.
static byte[] E_NL
          NewLine Entity.
static byte[] E_QU
          Quote Entity.
static byte[] E_TAB
          Tab Entity.
static byte[] ELEM1
          Element output.
static byte[] ELEM2
          Element output.
static byte[] ELEM3
          Element output.
static byte[] ELEM4
          Element output.
static String IDBSTR
          Database version.
static String ISTORAGE
          Index version; if it's modified, old indexes can't be parsed anymore.
static byte[] KIND
          Kind attribute.
static byte[] NAME
          Name tag.
static byte[] NODE
          Node tag.
static byte[] PATH
          Path tag.
static byte[] PI
          Processing instruction.
static byte[] PI1
          PI output.
static byte[] PI2
          PI output.
static byte[] RESULT
          Result tag.
static byte[] RESULTS
          Results tag.
static byte[] SIZE
          Size tag.
static String STORAGE
          Database version; if it's modified, old database instances can't be parsed anymore.
static byte[] SYSTEM
          Doctype system keyword.
static byte[] TABLEATS
          Fourth table Header.
static byte[] TABLECON
          Sixth table Header.
static byte[] TABLEDIST
          Second table Header.
static byte[] TABLEID
          First table Header.
static byte[][] TABLEKINDS
          Table Kinds.
static byte[] TABLEKND
          Fifth table Header.
static byte[] TABLENS
          Namespace header.
static byte[] TABLEPRE
          First table Header.
static byte[] TABLEPREF
          Prefix header.
static byte[] TABLESIZE
          Third table Header.
static byte[] TABLEURI
          URI header.
static byte[] TEXT
          Text.
 

Field Detail

STORAGE

static final String STORAGE
Database version; if it's modified, old database instances can't be parsed anymore.

See Also:
Constant Field Values

ISTORAGE

static final String ISTORAGE
Index version; if it's modified, old indexes can't be parsed anymore.

See Also:
Constant Field Values

DBSTR

static final String DBSTR
Database version.

See Also:
Constant Field Values

IDBSTR

static final String IDBSTR
Database version.

See Also:
Constant Field Values

DBTIME

static final String DBTIME
Last modification time.

See Also:
Constant Field Values

DBHGHT

static final String DBHGHT
Tree height.

See Also:
Constant Field Values

DBSIZE

static final String DBSIZE
Number of XML nodes.

See Also:
Constant Field Values

DBFNAME

static final String DBFNAME
File name.

See Also:
Constant Field Values

DBFSIZE

static final String DBFSIZE
File size.

See Also:
Constant Field Values

DBNDOCS

static final String DBNDOCS
Number of XML documents.

See Also:
Constant Field Values

DBENC

static final String DBENC
Encoding.

See Also:
Constant Field Values

DBCHOP

static final String DBCHOP
Whitespace chopping.

See Also:
Constant Field Values

DBENTITY

static final String DBENTITY
Entity parsing.

See Also:
Constant Field Values

DBPTHIDX

static final String DBPTHIDX
Path indexing.

See Also:
Constant Field Values

DBTXTIDX

static final String DBTXTIDX
Text indexing.

See Also:
Constant Field Values

DBATVIDX

static final String DBATVIDX
Attribute indexing.

See Also:
Constant Field Values

DBFTXIDX

static final String DBFTXIDX
Full-text indexing.

See Also:
Constant Field Values

DBWCIDX

static final String DBWCIDX
Full-text wildcards indexing.

See Also:
Constant Field Values

DBFTST

static final String DBFTST
Full-text stemming.

See Also:
Constant Field Values

DBFTCS

static final String DBFTCS
Full-text case sensitivity.

See Also:
Constant Field Values

DBFTDC

static final String DBFTDC
Full-text diacritics removal.

See Also:
Constant Field Values

DBSCMAX

static final String DBSCMAX
Maximum scoring value.

See Also:
Constant Field Values

DBSCMIN

static final String DBSCMIN
Minimum scoring value.

See Also:
Constant Field Values

DBSCTYPE

static final String DBSCTYPE
Maximal indexed full-text score.

See Also:
Constant Field Values

DBUTD

static final String DBUTD
Up-to-date flag.

See Also:
Constant Field Values

DBLID

static final String DBLID
Last (highest) id.

See Also:
Constant Field Values

DBMNT

static final String DBMNT
FS Mount point.

See Also:
Constant Field Values

DBPERM

static final String DBPERM
Permissions.

See Also:
Constant Field Values

DBBCK

static final String DBBCK
FS Backing store.

See Also:
Constant Field Values

DBDEEPFS

static final String DBDEEPFS
DeepFS instance.

See Also:
Constant Field Values

DBTAGS

static final String DBTAGS
Tags.

See Also:
Constant Field Values

DBATTS

static final String DBATTS
Attributes.

See Also:
Constant Field Values

DBPATH

static final String DBPATH
Path Summary.

See Also:
Constant Field Values

DBNS

static final String DBNS
Tags.

See Also:
Constant Field Values

E_AMP

static final byte[] E_AMP
Ampersand Entity.


E_QU

static final byte[] E_QU
Quote Entity.


E_GT

static final byte[] E_GT
GreaterThan Entity.


E_LT

static final byte[] E_LT
LessThan Entity.


E_TAB

static final byte[] E_TAB
Tab Entity.


E_NL

static final byte[] E_NL
NewLine Entity.


E_CR

static final byte[] E_CR
CarriageReturn Entity.


RESULTS

static final byte[] RESULTS
Results tag.


RESULT

static final byte[] RESULT
Result tag.


PATH

static final byte[] PATH
Path tag.


NAME

static final byte[] NAME
Name tag.


NODE

static final byte[] NODE
Node tag.


KIND

static final byte[] KIND
Kind attribute.


SIZE

static final byte[] SIZE
Size tag.


DOCDECL

static final byte[] DOCDECL
Document declaration.


DOCTYPE

static final byte[] DOCTYPE
Doctype output.


SYSTEM

static final byte[] SYSTEM
Doctype system keyword.


COM1

static final byte[] COM1
Comment output.


COM2

static final byte[] COM2
Comment output.


PI1

static final byte[] PI1
PI output.


PI2

static final byte[] PI2
PI output.


ELEM1

static final byte[] ELEM1
Element output.


ELEM2

static final byte[] ELEM2
Element output.


ELEM3

static final byte[] ELEM3
Element output.


ELEM4

static final byte[] ELEM4
Element output.


ATT1

static final byte[] ATT1
Attribute output.


ATT2

static final byte[] ATT2
Attribute output.


DOC

static final byte[] DOC
Document.


TEXT

static final byte[] TEXT
Text.


COMM

static final byte[] COMM
Comment.


PI

static final byte[] PI
Processing instruction.


ATT

static final byte[] ATT
Attribute output.


TABLEID

static final byte[] TABLEID
First table Header.


TABLEPRE

static final byte[] TABLEPRE
First table Header.


TABLEDIST

static final byte[] TABLEDIST
Second table Header.


TABLESIZE

static final byte[] TABLESIZE
Third table Header.


TABLEATS

static final byte[] TABLEATS
Fourth table Header.


TABLEKND

static final byte[] TABLEKND
Fifth table Header.


TABLECON

static final byte[] TABLECON
Sixth table Header.


TABLENS

static final byte[] TABLENS
Namespace header.


TABLEPREF

static final byte[] TABLEPREF
Prefix header.


TABLEURI

static final byte[] TABLEURI
URI header.


TABLEKINDS

static final byte[][] TABLEKINDS
Table Kinds.


DATAINFO

static final String DATAINFO
Database - Info.

See Also:
Constant Field Values

DATATBL

static final String DATATBL
Database - Tokens.

See Also:
Constant Field Values

DATATMP

static final String DATATMP
Database - Temporary Size References.

See Also:
Constant Field Values

DATATXT

static final String DATATXT
Database - Text index.

See Also:
Constant Field Values

DATAATV

static final String DATAATV
Database - Attribute value index.

See Also:
Constant Field Values

DATAFTX

static final String DATAFTX
Database - Full-text index.

See Also:
Constant Field Values

DATASWL

static final String DATASWL
Database - Stopword list.

See Also:
Constant Field Values