BuiltinDatatypeLibraryFactory, CachedDatatypeLibraryFactory, CascadingDatatypeLibraryFactory, DatatypeLibraryLoader, DoNothingDatatypeLibraryFactoryImplpublic interface DatatypeLibraryFactory
The datatype library should provide the implementation of this interface if it wants to be found by the schema processors. The implementor also have to place a file in your jar file. See the reference datatype library implementation for detail.
| Modifier and Type | Method | Description |
|---|---|---|
DatatypeLibrary |
createDatatypeLibrary(java.lang.String namespaceURI) |
Creates a new instance of a DatatypeLibrary that supports
the specified namespace URI.
|
DatatypeLibrary createDatatypeLibrary(java.lang.String namespaceURI)
null if the specified namespace URI is not
supported.Copyright © 2018 Oracle Corporation. All rights reserved.