Package org.apache.log4j.receivers.xml
Class UtilLoggingEntityResolver
- java.lang.Object
-
- org.apache.log4j.receivers.xml.UtilLoggingEntityResolver
-
- All Implemented Interfaces:
org.xml.sax.EntityResolver
public final class UtilLoggingEntityResolver extends java.lang.Object implements org.xml.sax.EntityResolverAnEntityResolverspecifically designed to return an empty InputSource for logger.dtd.
-
-
Constructor Summary
Constructors Constructor Description UtilLoggingEntityResolver()Create new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xml.sax.InputSourceresolveEntity(java.lang.String publicId, java.lang.String systemId)
-