Package com.sun.tools.rngom.dt
Class CascadingDatatypeLibraryFactory
java.lang.Object
com.sun.tools.rngom.dt.CascadingDatatypeLibraryFactory
- All Implemented Interfaces:
DatatypeLibraryFactory
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
Constructor Summary
ConstructorsConstructorDescriptionCascadingDatatypeLibraryFactory(DatatypeLibraryFactory factory1, DatatypeLibraryFactory factory2) -
Method Summary
Modifier and TypeMethodDescriptioncreateDatatypeLibrary(String namespaceURI) Creates a new instance of a DatatypeLibrary that supports the specified namespace URI.
-
Constructor Details
-
CascadingDatatypeLibraryFactory
public CascadingDatatypeLibraryFactory(DatatypeLibraryFactory factory1, DatatypeLibraryFactory factory2)
-
-
Method Details
-
createDatatypeLibrary
Description copied from interface:DatatypeLibraryFactoryCreates a new instance of a DatatypeLibrary that supports the specified namespace URI.- Specified by:
createDatatypeLibraryin interfaceDatatypeLibraryFactory- Returns:
nullif the specified namespace URI is not supported.
-