org.apache.log4j.xml
Class UtilLoggingEntityResolver
java.lang.Object
org.apache.log4j.xml.UtilLoggingEntityResolver
- All Implemented Interfaces:
- EntityResolver
- public class UtilLoggingEntityResolver
- extends Object
- implements EntityResolver
An EntityResolver
specifically designed to return
java 1.4's logging dtd, logger.dtd
which is embedded within the log4j jar
file. Based on EntityResolver.
- Author:
- Paul Austin, Scott Deboy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UtilLoggingEntityResolver
public UtilLoggingEntityResolver()
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
- Specified by:
resolveEntity
in interface EntityResolver
Copyright 2000-2005 Apache Software Foundation.