public class DatatypeLibraryLoader extends java.lang.Object implements org.relaxng.datatype.DatatypeLibraryFactory
The call of the createDatatypeLibrary method finds an implementation from a given datatype library URI at run-time.
| Constructor and Description |
|---|
DatatypeLibraryLoader() |
| Modifier and Type | Method and Description |
|---|---|
org.relaxng.datatype.DatatypeLibrary |
createDatatypeLibrary(java.lang.String uri)
Creates a new instance of a DatatypeLibrary that supports
the specified namespace URI.
|
public DatatypeLibraryLoader()
public org.relaxng.datatype.DatatypeLibrary createDatatypeLibrary(java.lang.String uri)
org.relaxng.datatype.DatatypeLibraryFactorycreateDatatypeLibrary in interface org.relaxng.datatype.DatatypeLibraryFactorynull if the specified namespace URI is not
supported.