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 Object
- implements org.xml.sax.EntityResolver
An EntityResolver
specifically designed to return
log4j.dtd
which is embedded within the log4j jar
file.
- Author:
- Paul Austin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Log4jEntityResolver
public Log4jEntityResolver()
resolveEntity
public org.xml.sax.InputSource resolveEntity(String publicId,
String systemId)
- Specified by:
resolveEntity
in interface org.xml.sax.EntityResolver
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.