DatatypeLibraryFactorypublic 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.
| Constructor | Description |
|---|---|
DatatypeLibraryLoader() |
| Modifier and Type | Method | Description |
|---|---|---|
DatatypeLibrary |
createDatatypeLibrary(java.lang.String uri) |
Creates a new instance of a DatatypeLibrary that supports
the specified namespace URI.
|
public DatatypeLibrary createDatatypeLibrary(java.lang.String uri)
DatatypeLibraryFactorycreateDatatypeLibrary in interface DatatypeLibraryFactorynull if the specified namespace URI is not
supported.Copyright © 2018 Oracle Corporation. All rights reserved.