Class DoNothingDatatypeLibraryFactoryImpl

java.lang.Object
org.kohsuke.rngom.dt.DoNothingDatatypeLibraryFactoryImpl
All Implemented Interfaces:
org.relaxng.datatype.DatatypeLibraryFactory

public final class DoNothingDatatypeLibraryFactoryImpl extends Object implements org.relaxng.datatype.DatatypeLibraryFactory
DatatypeLibraryFactory implementation that returns a dummy Datatype.
Author:
Kohsuke Kawaguchi (kk@kohsuke.org)
  • Constructor Details

    • DoNothingDatatypeLibraryFactoryImpl

      public DoNothingDatatypeLibraryFactoryImpl()
  • Method Details

    • createDatatypeLibrary

      public org.relaxng.datatype.DatatypeLibrary createDatatypeLibrary(String s)
      Specified by:
      createDatatypeLibrary in interface org.relaxng.datatype.DatatypeLibraryFactory