Package org.apache.log4j.xml
Class Log4jEntityResolver
- java.lang.Object
-
- org.apache.log4j.xml.Log4jEntityResolver
-
- All Implemented Interfaces:
org.xml.sax.EntityResolver
public class Log4jEntityResolver extends java.lang.Object implements org.xml.sax.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 org.xml.sax.InputSource
resolveEntity(java.lang.String publicId, java.lang.String systemId)
-
-
-
Field Detail
-
LOGGER
private static final Logger LOGGER
-
PUBLIC_ID
private static final java.lang.String PUBLIC_ID
- See Also:
- Constant Field Values
-
-