sk.uniba.euromath
Class Const

java.lang.Object
  extended by sk.uniba.euromath.Const

public final class Const
extends Object

Holds all constants used in the project.

Author:
Martin Vysny

Field Summary
static String EM_ATTRIBUTE_ID_LOCALNAME
          Deprecated. use ExportUtils.GENE_ID_ATTRIBUTE_QNAME.
static QName EM_ATTRIBUTE_ID_QNAME
          Deprecated. use ExportUtils.GENE_ID_ATTRIBUTE_QNAME.
static String EM_ATTRIBUTE_ID_QUALIFIEDNAME
          Deprecated. use ExportUtils.GENE_ID_ATTRIBUTE_QNAME.
static String EM_CONFIG_NAME
          Name of the EuroMath configuration file.
static String EM_ELEMENT_MARK_LOCALNAME
          Deprecated. use SplittedDocHolder.PI_GENEREF_TARGET.
static QName EM_ELEMENT_MARK_QNAME
          Deprecated. use SplittedDocHolder.PI_GENEREF_TARGET.
static String EM_ELEMENT_MARK_QUALIFIEDNAME
          Deprecated. use SplittedDocHolder.PI_GENEREF_TARGET.
static String EM_URI
          URI for identifying elements and/or attributes in our namespace.
static String EM_URI_PREFIX
          Deprecated. use ExportUtils.GENE_ID_ATTRIBUTE_QNAME.
static String EUROMATH_IDENTIFIER
          Represents a printable product identifier.
static String EUROMATH_VERSION
          Contains the EuroMath2 version.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EM_URI

public static final String EM_URI
URI for identifying elements and/or attributes in our namespace. All namespaces beginning with string http://www.uniba.sk/euromath/reserved are reserved for EuroMath.

See Also:
Constant Field Values

EM_URI_PREFIX

@Deprecated
public static final String EM_URI_PREFIX
Deprecated. use ExportUtils.GENE_ID_ATTRIBUTE_QNAME.
URI prefix, given to each element and attribute from EM_URI namespace. This prefix is reserved, it should not be used by no XML file.

See Also:
Constant Field Values

EM_ATTRIBUTE_ID_LOCALNAME

@Deprecated
public static final String EM_ATTRIBUTE_ID_LOCALNAME
Deprecated. use ExportUtils.GENE_ID_ATTRIBUTE_QNAME.
Attribute name that contains ID of the element.

See Also:
Constant Field Values

EM_ATTRIBUTE_ID_QUALIFIEDNAME

@Deprecated
public static final String EM_ATTRIBUTE_ID_QUALIFIEDNAME
Deprecated. use ExportUtils.GENE_ID_ATTRIBUTE_QNAME.
Qualified attribute name that contains ID of the element.

See Also:
Constant Field Values

EM_ATTRIBUTE_ID_QNAME

@Deprecated
public static final QName EM_ATTRIBUTE_ID_QNAME
Deprecated. use ExportUtils.GENE_ID_ATTRIBUTE_QNAME.
Attribute that contains ID of the element.


EM_ELEMENT_MARK_LOCALNAME

@Deprecated
public static final String EM_ELEMENT_MARK_LOCALNAME
Deprecated. use SplittedDocHolder.PI_GENEREF_TARGET.
Element name that marks entrypoint to a tree from another namespace.

See Also:
Constant Field Values

EM_ELEMENT_MARK_QUALIFIEDNAME

@Deprecated
public static final String EM_ELEMENT_MARK_QUALIFIEDNAME
Deprecated. use SplittedDocHolder.PI_GENEREF_TARGET.
Qualified element name that marks entrypoint to a tree from another namespace.

See Also:
Constant Field Values

EM_ELEMENT_MARK_QNAME

@Deprecated
public static final QName EM_ELEMENT_MARK_QNAME
Deprecated. use SplittedDocHolder.PI_GENEREF_TARGET.
Qualified element name that marks entrypoint to a tree from another namespace.


EM_CONFIG_NAME

public static final String EM_CONFIG_NAME
Name of the EuroMath configuration file.

See Also:
Constant Field Values

EUROMATH_VERSION

public static final String EUROMATH_VERSION
Contains the EuroMath2 version.

See Also:
Constant Field Values

EUROMATH_IDENTIFIER

public static final String EUROMATH_IDENTIFIER
Represents a printable product identifier.

See Also:
Constant Field Values


Copyright © 2003-2006 null. All Rights Reserved.