Class CompatibilityDatatypeLibrary

  • All Implemented Interfaces:
    org.relaxng.datatype.DatatypeLibrary

    public class CompatibilityDatatypeLibrary
    extends java.lang.Object
    implements org.relaxng.datatype.DatatypeLibrary
    RELAX NG DTD compatibility datatype library. This implementation relies on Sun XML Datatypes Library. Compatibility datatypes library available through http://relaxng.org/ns/compatibility/datatypes/1.0.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String namespaceURI
      namespace URI of the compatibility datatypes library.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.relaxng.datatype.Datatype createDatatype​(java.lang.String name)  
      org.relaxng.datatype.DatatypeBuilder createDatatypeBuilder​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • namespaceURI

        public static final java.lang.String namespaceURI
        namespace URI of the compatibility datatypes library.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CompatibilityDatatypeLibrary

        public CompatibilityDatatypeLibrary()
    • Method Detail

      • createDatatype

        public org.relaxng.datatype.Datatype createDatatype​(java.lang.String name)
                                                     throws org.relaxng.datatype.DatatypeException
        Specified by:
        createDatatype in interface org.relaxng.datatype.DatatypeLibrary
        Throws:
        org.relaxng.datatype.DatatypeException
      • createDatatypeBuilder

        public org.relaxng.datatype.DatatypeBuilder createDatatypeBuilder​(java.lang.String name)
                                                                   throws org.relaxng.datatype.DatatypeException
        Specified by:
        createDatatypeBuilder in interface org.relaxng.datatype.DatatypeLibrary
        Throws:
        org.relaxng.datatype.DatatypeException