Package org.proforma

Class XmlNamespace


  • public class XmlNamespace
    extends Object
    Graja reads and writes XML documents that must match a number of XML schemes. The namespace URIs of these XML schemes are defined in this class.
    • Field Detail

      • XML_NAMESPACE_PROFORMA

        public static final String XML_NAMESPACE_PROFORMA
        Part of a request is based on the proforma task format. This constant defines the XML schema namespace URI of the proforma task format.
        See Also:
        Constant Field Values
      • XML_NAMESPACE_PREFIX_PROFORMA_LMSINPUTFIELDS

        public static final String XML_NAMESPACE_PREFIX_PROFORMA_LMSINPUTFIELDS
        This constant defines an allowed schema in the root element. The element are note processed by Graja.
        See Also:
        Constant Field Values
    • Constructor Detail

      • XmlNamespace

        public XmlNamespace()