Package com.sun.tools.rngom.dt
Class CachedDatatypeLibraryFactory
- java.lang.Object
-
- com.sun.tools.rngom.dt.CachedDatatypeLibraryFactory
-
- All Implemented Interfaces:
DatatypeLibraryFactory
public class CachedDatatypeLibraryFactory extends Object implements DatatypeLibraryFactory
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
-
Constructor Summary
Constructors Constructor Description CachedDatatypeLibraryFactory(DatatypeLibraryFactory core)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatatypeLibrarycreateDatatypeLibrary(String namespaceURI)Creates a new instance of a DatatypeLibrary that supports the specified namespace URI.
-
-
-
Constructor Detail
-
CachedDatatypeLibraryFactory
public CachedDatatypeLibraryFactory(DatatypeLibraryFactory core)
-
-
Method Detail
-
createDatatypeLibrary
public DatatypeLibrary createDatatypeLibrary(String namespaceURI)
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.
-
-