Interface DataText


public interface DataText
This class assembles texts which are used in the data classes.
Author:
BaseX Team 2005-21, BSD License, Christian Gruen
  • Field Details

    • STORAGE

      static final String STORAGE
      Database version; older version cannot open these instances.
      See Also:
    • ISTORAGE

      static final String ISTORAGE
      Index version; older version cannot open indexes of these instances.
      See Also:
    • DBSTR

      static final String DBSTR
      Database version.
      See Also:
    • IDBSTR

      static final String IDBSTR
      Database version.
      See Also:
    • DBTIME

      static final String DBTIME
      Last modification time.
      See Also:
    • DBSIZE

      static final String DBSIZE
      Number of nodes.
      See Also:
    • DBFNAME

      static final String DBFNAME
      Path to original document.
      See Also:
    • DBFSIZE

      static final String DBFSIZE
      File size.
      See Also:
    • DBNDOCS

      static final String DBNDOCS
      Number of documents.
      See Also:
    • DBUPDIDX

      static final String DBUPDIDX
      Automatic index update.
      See Also:
    • DBAUTOOPT

      static final String DBAUTOOPT
      Automatic optimization.
      See Also:
    • DBTXTIDX

      static final String DBTXTIDX
      Text index.
      See Also:
    • DBATVIDX

      static final String DBATVIDX
      Attribute index.
      See Also:
    • DBTOKIDX

      static final String DBTOKIDX
      Token index.
      See Also:
    • DBFTXIDX

      static final String DBFTXIDX
      Full-text index.
      See Also:
    • DBTXTINC

      static final String DBTXTINC
      Text index: names.
      See Also:
    • DBATVINC

      static final String DBATVINC
      Attribute index: names.
      See Also:
    • DBTOKINC

      static final String DBTOKINC
      Token index: names.
      See Also:
    • DBFTXINC

      static final String DBFTXINC
      Full-text index: names.
      See Also:
    • DBFTST

      static final String DBFTST
      Full-text stemming.
      See Also:
    • DBFTLN

      static final String DBFTLN
      Full-text language.
      See Also:
    • DBFTSW

      static final String DBFTSW
      Full-text stopwords.
      See Also:
    • DBFTCS

      static final String DBFTCS
      Full-text case sensitivity.
      See Also:
    • DBFTDC

      static final String DBFTDC
      Full-text diacritics removal.
      See Also:
    • DBMAXLEN

      static final String DBMAXLEN
      Maximum length of index entries.
      See Also:
    • DBMAXCATS

      static final String DBMAXCATS
      Maximum number of categories.
      See Also:
    • DBSPLITS

      static final String DBSPLITS
      Index split size.
      See Also:
    • DBUPTODATE

      static final String DBUPTODATE
      Up-to-date flag.
      See Also:
    • DBLASTID

      static final String DBLASTID
      Last (highest) id.
      See Also:
    • DBDOCS

      static final String DBDOCS
      Documents.
      See Also:
    • DBCRTTXT

      static final String DBCRTTXT
      Recreate text index.
      See Also:
    • DBCRTATV

      static final String DBCRTATV
      Recreate attribute index.
      See Also:
    • DBCRTTOK

      static final String DBCRTTOK
      Recreate token index.
      See Also:
    • DBCRTFTX

      static final String DBCRTFTX
      Recreate full-text index.
      See Also:
    • DBTAGS

      static final String DBTAGS
      Tags.
      See Also:
    • DBATTS

      static final String DBATTS
      Attributes.
      See Also:
    • DBPATH

      static final String DBPATH
      Path index.
      See Also:
    • DBNS

      static final String DBNS
      Namespace.
      See Also:
    • DATAINF

      static final String DATAINF
      Database - Info.
      See Also:
    • DATATBL

      static final String DATATBL
      Database - Tokens.
      See Also:
    • DATATMP

      static final String DATATMP
      Database - Temporary Size References.
      See Also:
    • DATATXT

      static final String DATATXT
      Database - Text index.
      See Also:
    • DATAATV

      static final String DATAATV
      Database - Attribute value index.
      See Also:
    • DATATOK

      static final String DATATOK
      Database - Token index.
      See Also:
    • DATAFTX

      static final String DATAFTX
      Database - Full-text index.
      See Also:
    • DATASWL

      static final String DATASWL
      Database - Stopword list.
      See Also:
    • DATAUPD

      static final String DATAUPD
      Database - Updating flag.
      See Also:
    • DATAPTH

      static final String DATAPTH
      Database - Document path index.
      See Also:
    • DATAIDP

      static final String DATAIDP
      Database - ID-PRE mapping.
      See Also:
    • V10

      static final String V10
      Version.
      See Also:
    • V11

      static final String V11
      Version.
      See Also:
    • V40

      static final String V40
      Version.
      See Also:
    • V401

      static final String V401
      Version.
      See Also:
    • V50

      static final String V50
      Version.
      See Also:
    • DOCDECL1

      static final String DOCDECL1
      Document declaration.
      See Also:
    • DOCDECL2

      static final String DOCDECL2
      Document declaration.
      See Also:
    • DOCDECL3

      static final String DOCDECL3
      Document declaration.
      See Also:
    • HTML

      static final byte[] HTML
      HTML.
    • DOCTYPE

      static final String DOCTYPE
      Doctype output.
      See Also:
    • SYSTEM

      static final String SYSTEM
      Doctype system keyword.
      See Also:
    • PUBLIC

      static final String PUBLIC
      Doctype public keyword.
      See Also:
    • E_AMP

      static final byte[] E_AMP
      Ampersand entity.
    • E_QUOT

      static final byte[] E_QUOT
      Quote entity.
    • E_GT

      static final byte[] E_GT
      GreaterThan entity.
    • E_LT

      static final byte[] E_LT
      LessThan entity.
    • E_CR

      static final byte[] E_CR
      Carriage return.
    • E_NL

      static final byte[] E_NL
      Newline.
    • E_2028

      static final byte[] E_2028
      Line separator.
    • E_NBSP

      static final byte[] E_NBSP
      HTML: Non-breaking space entity.
    • T_NAME

      static final byte[] T_NAME
      Token: name.
    • T_SIZE

      static final byte[] T_SIZE
      Token: size.
    • COMM_O

      static final byte[] COMM_O
      Comment output.
    • COMM_C

      static final byte[] COMM_C
      Comment output.
    • XQCOMM_O

      static final byte[] XQCOMM_O
      XQuery comment.
    • XQCOMM_C

      static final byte[] XQCOMM_C
      XQuery comment.
    • JSCOMM_O

      static final byte[] JSCOMM_O
      Javascript comment.
    • JSCOMM_C

      static final byte[] JSCOMM_C
      Javascript comment.
    • PI_O

      static final byte[] PI_O
      PI output.
    • PI_C

      static final byte[] PI_C
      PI output.
    • ELEM_O

      static final byte[] ELEM_O
      Element output.
    • ELEM_C

      static final byte[] ELEM_C
      Element output.
    • ELEM_OS

      static final byte[] ELEM_OS
      Element output.
    • ELEM_SC

      static final byte[] ELEM_SC
      Element output.
    • ATT1

      static final byte[] ATT1
      Attribute output.
    • ATT2

      static final byte[] ATT2
      Attribute output.
    • DOC

      static final byte[] DOC
      Document output.
    • TEXT

      static final byte[] TEXT
      Text output.
    • COMMENT

      static final byte[] COMMENT
      Comment output.
    • PI

      static final byte[] PI
      Processing instruction output.
    • ATT

      static final byte[] ATT
      Attribute output.
    • CDATA_O

      static final byte[] CDATA_O
      CDATA output.
    • CDATA_C

      static final byte[] CDATA_C
      CDATA output.
    • XML_SPACE

      static final byte[] XML_SPACE
      XML spaces: element name.
    • DEFAULT

      static final byte[] DEFAULT
      XML spaces: default.
    • PRESERVE

      static final byte[] PRESERVE
      XML spaces: preserve.
    • CONTENT_TYPE

      static final byte[] CONTENT_TYPE
      Content-Type.
    • META

      static final byte[] META
      HTML: meta element.
    • HTTP_EQUIV

      static final byte[] HTTP_EQUIV
      HTML: http-equiv attribute.
    • CONTENT

      static final byte[] CONTENT
      HTML: content attribute.
    • CHARSET

      static final byte[] CHARSET
      HTML: charset.
    • XHTML_URI

      static final byte[] XHTML_URI
      XHTML namespace.
    • XML_URI

      static final byte[] XML_URI
      XML namespace.
    • 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.