Package org.kohsuke.rngom.dt
Class CachedDatatypeLibraryFactory
java.lang.Object
org.kohsuke.rngom.dt.CachedDatatypeLibraryFactory
- All Implemented Interfaces:
org.relaxng.datatype.DatatypeLibraryFactory
public class CachedDatatypeLibraryFactory
extends Object
implements org.relaxng.datatype.DatatypeLibraryFactory
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
Constructor Summary
ConstructorsConstructorDescriptionCachedDatatypeLibraryFactory
(org.relaxng.datatype.DatatypeLibraryFactory core) -
Method Summary
Modifier and TypeMethodDescriptionorg.relaxng.datatype.DatatypeLibrary
createDatatypeLibrary
(String namespaceURI)
-
Constructor Details
-
CachedDatatypeLibraryFactory
public CachedDatatypeLibraryFactory(org.relaxng.datatype.DatatypeLibraryFactory core)
-
-
Method Details
-
createDatatypeLibrary
- Specified by:
createDatatypeLibrary
in interfaceorg.relaxng.datatype.DatatypeLibraryFactory
-