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
DatatypeLibraryFactoryimplementation that returns a dummyDatatype.- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
-
Constructor Summary
Constructors Constructor Description DoNothingDatatypeLibraryFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatatypeLibrarycreateDatatypeLibrary(String s)Creates a new instance of a DatatypeLibrary that supports the specified namespace URI.
-
-
-
Method Detail
-
createDatatypeLibrary
public DatatypeLibrary createDatatypeLibrary(String s)
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.
-
-