Class 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 Detail

      • DoNothingDatatypeLibraryFactoryImpl

        public DoNothingDatatypeLibraryFactoryImpl()
    • Method Detail

      • createDatatypeLibrary

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