pl.gda.pg.eti.ask.przemyslawbielicki.aeh.translation
Class XMLTranslationResource

java.lang.Object
  extended bypl.gda.pg.eti.ask.przemyslawbielicki.aeh.translation.XMLTranslationResource

class XMLTranslationResource
extends Object

XMLTranslationResource contains constants XML tag and attribute names needed to build exception translation XML database.

Author:
Przemyslaw Bielicki
Gdansk University of Technology
Faculty of Electronics, Telecommunication and Computer Science
Distributed Computer Systems

Field Summary
static String DTD_PATH
          Path to DTD definition for exception translations XML file
static String XML_ATTRIBUTE_VALUE
          XML attribute name for value
static String XML_COMMENT_TODO
          XML value for translation-resource comment
static String XML_DEFAULT_VALUE
          XML default value for translation-resource
static String XML_TAG_EXCEPTION_CLASS
          XML tag name for exception-class
static String XML_TAG_EXCEPTION_MESSAGE
          XML tag name for exception-message
static String XML_TAG_EXCEPTION_MESSAGES
          XML tag name for exception-messages
static String XML_TAG_TRANSLATION
          XML tag name for translation
static String XML_TAG_TRANSLATION_RESOURCE
          XML tag name for translation-resource
static String XML_TAG_TRANSLATIONS
          XML tag name for translations
 
Constructor Summary
(package private) XMLTranslationResource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DTD_PATH

public static final String DTD_PATH
Path to DTD definition for exception translations XML file

See Also:
Constant Field Values

XML_TAG_TRANSLATION

public static final String XML_TAG_TRANSLATION
XML tag name for translation

See Also:
Constant Field Values

XML_TAG_TRANSLATIONS

public static final String XML_TAG_TRANSLATIONS
XML tag name for translations

See Also:
Constant Field Values

XML_TAG_EXCEPTION_CLASS

public static final String XML_TAG_EXCEPTION_CLASS
XML tag name for exception-class

See Also:
Constant Field Values

XML_TAG_EXCEPTION_MESSAGE

public static final String XML_TAG_EXCEPTION_MESSAGE
XML tag name for exception-message

See Also:
Constant Field Values

XML_TAG_EXCEPTION_MESSAGES

public static final String XML_TAG_EXCEPTION_MESSAGES
XML tag name for exception-messages

See Also:
Constant Field Values

XML_TAG_TRANSLATION_RESOURCE

public static final String XML_TAG_TRANSLATION_RESOURCE
XML tag name for translation-resource

See Also:
Constant Field Values

XML_ATTRIBUTE_VALUE

public static final String XML_ATTRIBUTE_VALUE
XML attribute name for value

See Also:
Constant Field Values

XML_COMMENT_TODO

public static final String XML_COMMENT_TODO
XML value for translation-resource comment

See Also:
Constant Field Values

XML_DEFAULT_VALUE

public static final String XML_DEFAULT_VALUE
XML default value for translation-resource

See Also:
Constant Field Values
Constructor Detail

XMLTranslationResource

XMLTranslationResource()