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