org.basex.query.util.pkg
Interface PkgText


public interface PkgText

This class assembles textual information for package handling.

Author:
BaseX Team 2005-12, BSD License, Christian Gruen

Field Summary
static byte[] A_ABBREV
          Attribute abbrev.
static byte[] A_FILE
          Attribute file.
static byte[] A_NAME
          Attribute name.
static byte[] A_NAMESPACE
          Attribute namespace.
static byte[] A_PACKAGE
          Attribute package.
static byte[] A_PROCESSOR
          Attribute processor.
static byte[] A_SEMVER
          Attribute semver.
static byte[] A_SEMVER_MAX
          Attribute semver-max.
static byte[] A_SEMVER_MIN
          Attribute semver-min.
static byte[] A_SPEC
          Attribute spec.
static byte[] A_VERSION
          Attribute version.
static byte[] A_VERSIONS
          Attribute versions.
static byte[] CLASS
           element.
static byte[] DEPEND
          Element dependency.
static java.lang.String DESCRIPTOR
          Package descriptor.
static java.lang.String EXPATH
          EXPath type.
static java.lang.String INTERNAL
          Internal type.
static byte[] JAR
           element.
static java.lang.String JARDESC
          Jar descriptor.
static java.lang.String MANIFEST_MF
          JAR manifest file.
static java.lang.String MISSATTR
          Attribute missing.
static java.lang.String MISSCOMP
          Component missing.
static java.lang.String MISSDESC
          Not expected initialization error.
static java.lang.String MISSSECOND
          Secondary package missing.
static java.lang.String NOCLASS
          No public classes registered.
static java.lang.String NOJARS
          No jars registered.
static byte[] PACKAGE
          Element package.
static java.lang.String WHICHATTR
          Invalid attribute.
static java.lang.String WHICHELEM
          Invalid element.
static byte[] XQUERY
          Element xquery.
 

Field Detail

MANIFEST_MF

static final java.lang.String MANIFEST_MF
JAR manifest file.

See Also:
Constant Field Values

DESCRIPTOR

static final java.lang.String DESCRIPTOR
Package descriptor.

See Also:
Constant Field Values

JARDESC

static final java.lang.String JARDESC
Jar descriptor.


EXPATH

static final java.lang.String EXPATH
EXPath type.

See Also:
Constant Field Values

INTERNAL

static final java.lang.String INTERNAL
Internal type.

See Also:
Constant Field Values

PACKAGE

static final byte[] PACKAGE
Element package.


DEPEND

static final byte[] DEPEND
Element dependency.


XQUERY

static final byte[] XQUERY
Element xquery.


A_NAMESPACE

static final byte[] A_NAMESPACE
Attribute namespace.


A_FILE

static final byte[] A_FILE
Attribute file.


JAR

static final byte[] JAR
element.


CLASS

static final byte[] CLASS
element.


A_NAME

static final byte[] A_NAME
Attribute name.


A_ABBREV

static final byte[] A_ABBREV
Attribute abbrev.


A_VERSION

static final byte[] A_VERSION
Attribute version.


A_SPEC

static final byte[] A_SPEC
Attribute spec.


A_PACKAGE

static final byte[] A_PACKAGE
Attribute package.


A_PROCESSOR

static final byte[] A_PROCESSOR
Attribute processor.


A_VERSIONS

static final byte[] A_VERSIONS
Attribute versions.


A_SEMVER

static final byte[] A_SEMVER
Attribute semver.


A_SEMVER_MIN

static final byte[] A_SEMVER_MIN
Attribute semver-min.


A_SEMVER_MAX

static final byte[] A_SEMVER_MAX
Attribute semver-max.


MISSDESC

static final java.lang.String MISSDESC
Not expected initialization error.

See Also:
Constant Field Values

MISSATTR

static final java.lang.String MISSATTR
Attribute missing.

See Also:
Constant Field Values

WHICHATTR

static final java.lang.String WHICHATTR
Invalid attribute.

See Also:
Constant Field Values

WHICHELEM

static final java.lang.String WHICHELEM
Invalid element.

See Also:
Constant Field Values

MISSSECOND

static final java.lang.String MISSSECOND
Secondary package missing.

See Also:
Constant Field Values

MISSCOMP

static final java.lang.String MISSCOMP
Component missing.

See Also:
Constant Field Values

NOJARS

static final java.lang.String NOJARS
No jars registered.

See Also:
Constant Field Values

NOCLASS

static final java.lang.String NOCLASS
No public classes registered.

See Also:
Constant Field Values