Package org.relaxng.datatype.helpers
Class DatatypeLibraryLoader
java.lang.Object
org.relaxng.datatype.helpers.DatatypeLibraryLoader
- All Implemented Interfaces:
DatatypeLibraryFactory
Discovers the datatype library implementation from the classpath.
The call of the createDatatypeLibrary method finds an implementation from a given datatype library URI at run-time.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a new instance of a DatatypeLibrary that supports the specified namespace URI.
-
Constructor Details
-
DatatypeLibraryLoader
public DatatypeLibraryLoader()
-
-
Method Details
-
createDatatypeLibrary
Description copied from interface:DatatypeLibraryFactory
Creates a new instance of a DatatypeLibrary that supports the specified namespace URI.- Specified by:
createDatatypeLibrary
in interfaceDatatypeLibraryFactory
- Returns:
null
if the specified namespace URI is not supported.
-