Log4j 1.3alpha-6

org.apache.log4j.xml
Class UtilLoggingEntityResolver

java.lang.Object
  |
  +--org.apache.log4j.xml.UtilLoggingEntityResolver
All Implemented Interfaces:
EntityResolver

public class UtilLoggingEntityResolver
extends java.lang.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

Constructor Summary
UtilLoggingEntityResolver()
           
 
Method Summary
 InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UtilLoggingEntityResolver

public UtilLoggingEntityResolver()
Method Detail

resolveEntity

public InputSource resolveEntity(java.lang.String publicId,
                                 java.lang.String systemId)
Specified by:
resolveEntity in interface EntityResolver

Log4j 1.3alpha-6

Copyright 2000-2005 Apache Software Foundation.