Package org.apache.log4j.xml
Class UtilLoggingEntityResolver
- java.lang.Object
-
- org.apache.log4j.xml.UtilLoggingEntityResolver
-
- All Implemented Interfaces:
EntityResolver
public final class UtilLoggingEntityResolver extends Object implements EntityResolver
AnEntityResolver
specifically 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 InputSource
resolveEntity(String publicId, String systemId)
-
-
-
Method Detail
-
resolveEntity
public InputSource resolveEntity(String publicId, String systemId)
- Specified by:
resolveEntity
in interfaceEntityResolver
-
-