com.sun.msv.grammar.relaxng.datatype
Class CompatibilityDatatypeLibrary
java.lang.Object
com.sun.msv.grammar.relaxng.datatype.CompatibilityDatatypeLibrary
- All Implemented Interfaces:
- DatatypeLibrary
public class CompatibilityDatatypeLibrary
- extends java.lang.Object
- implements 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
.
- Author:
- Kohsuke KAWAGUCHI
Field Summary |
static java.lang.String |
namespaceURI
namespace URI of the compatibility datatypes library. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
namespaceURI
public static final java.lang.String namespaceURI
- namespace URI of the compatibility datatypes library.
- See Also:
- Constant Field Values
CompatibilityDatatypeLibrary
public CompatibilityDatatypeLibrary()
createDatatype
public Datatype createDatatype(java.lang.String name)
throws DatatypeException
- Specified by:
createDatatype
in interface DatatypeLibrary
- Throws:
DatatypeException
createDatatypeBuilder
public DatatypeBuilder createDatatypeBuilder(java.lang.String name)
throws DatatypeException
- Specified by:
createDatatypeBuilder
in interface DatatypeLibrary
- Throws:
DatatypeException