fr.tireme.shared.xml
Class XMLSharedSymbols

java.lang.Object
  extended by fr.tireme.shared.xml.XMLSharedSymbols

public class XMLSharedSymbols
extends java.lang.Object

Author:
pierre

Field Summary
static java.lang.String MESSAGE_XML_GUI
          Name of the message bundler root file name for GUI
static java.lang.String XINCLUDE_ELEMENT_NAME
          XInclude prefix namespace
static java.lang.String XINCLUDE_NS
          XInclude URI namespace
static java.lang.String XINCLUDE_PREFIX
          XInclude prefix namespace
 
Constructor Summary
XMLSharedSymbols()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XINCLUDE_NS

public static final java.lang.String XINCLUDE_NS
XInclude URI namespace


XINCLUDE_PREFIX

public static final java.lang.String XINCLUDE_PREFIX
XInclude prefix namespace


XINCLUDE_ELEMENT_NAME

public static final java.lang.String XINCLUDE_ELEMENT_NAME
XInclude prefix namespace


MESSAGE_XML_GUI

public static final java.lang.String MESSAGE_XML_GUI
Name of the message bundler root file name for GUI

Constructor Detail

XMLSharedSymbols

public XMLSharedSymbols()