Package com.sun.tools.rngom.dt.builtin
Class BuiltinDatatypeLibraryFactory
java.lang.Object
com.sun.tools.rngom.dt.builtin.BuiltinDatatypeLibraryFactory
- All Implemented Interfaces:
DatatypeLibraryFactory
DatatypeLibraryFactory for
RELAX NG Built-in datatype library and compatibility datatype library.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a new instance of a DatatypeLibrary that supports the specified namespace URI.
-
Constructor Details
-
BuiltinDatatypeLibraryFactory
-
-
Method Details
-
createDatatypeLibrary
Description copied from interface:DatatypeLibraryFactoryCreates a new instance of a DatatypeLibrary that supports the specified namespace URI.- Specified by:
createDatatypeLibraryin interfaceDatatypeLibraryFactory- Returns:
nullif the specified namespace URI is not supported.
-