Class UtilLoggingEntityResolver

  • All Implemented Interfaces:
    org.xml.sax.EntityResolver

    public final class UtilLoggingEntityResolver
    extends Object
    implements org.xml.sax.EntityResolver
    An EntityResolver specifically designed to return an empty InputSource for logger.dtd.
    • Constructor Detail

      • UtilLoggingEntityResolver

        public UtilLoggingEntityResolver()
        Create new instance.
    • Method Detail

      • resolveEntity

        public org.xml.sax.InputSource resolveEntity​(String publicId,
                                                     String systemId)
        Specified by:
        resolveEntity in interface org.xml.sax.EntityResolver