Package com.sun.tools.rngom.dt
Class DoNothingDatatypeLibraryFactoryImpl
java.lang.Object
com.sun.tools.rngom.dt.DoNothingDatatypeLibraryFactoryImpl
- All Implemented Interfaces:
DatatypeLibraryFactory
public final class DoNothingDatatypeLibraryFactoryImpl
extends Object
implements DatatypeLibraryFactory
DatatypeLibraryFactory implementation
that returns a dummy Datatype.- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a new instance of a DatatypeLibrary that supports the specified namespace URI.
-
Constructor Details
-
DoNothingDatatypeLibraryFactoryImpl
public DoNothingDatatypeLibraryFactoryImpl()
-
-
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.
-