Package org.apache.log4j.xml
Class Log4jEntityResolver
- java.lang.Object
-
- org.apache.log4j.xml.Log4jEntityResolver
-
- All Implemented Interfaces:
EntityResolver
public class Log4jEntityResolver extends Object implements EntityResolver
AnEntityResolver
specifically designed to returnlog4j.dtd
which is embedded within the log4j jar file.
-
-
Constructor Summary
Constructors Constructor Description Log4jEntityResolver()
-
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
-
-