org.apache.log4j.xml
クラス UtilLoggingEntityResolver

java.lang.Object
  上位を拡張 org.apache.log4j.xml.UtilLoggingEntityResolver
すべての実装されたインタフェース:
org.xml.sax.EntityResolver

public final class UtilLoggingEntityResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver

An EntityResolver specifically designed to return an empty InputSource for logger.dtd.


コンストラクタの概要
UtilLoggingEntityResolver()
          Create new instance.
 
メソッドの概要
 org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
          
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

UtilLoggingEntityResolver

public UtilLoggingEntityResolver()
Create new instance.

メソッドの詳細

resolveEntity

public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
                                             java.lang.String systemId)

定義:
インタフェース org.xml.sax.EntityResolver 内の resolveEntity


Copyright © 2010 Apache Software Foundation. All Rights Reserved.