public class DatatypeLibraryLoader extends Object implements 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 |
|---|---|
DatatypeLibrary |
createDatatypeLibrary(String uri)
Creates a new instance of a DatatypeLibrary that supports
the specified namespace URI.
|
public DatatypeLibrary createDatatypeLibrary(String uri)
DatatypeLibraryFactorycreateDatatypeLibrary in interface DatatypeLibraryFactorynull if the specified namespace URI is not
supported.Copyright © 2021 JBoss by Red Hat. All rights reserved.