com.infoteria.asteria.util.xml
クラス EmptyEntityResolver

java.lang.Object
  |
  +--com.infoteria.asteria.util.xml.EmptyEntityResolver
すべての実装インタフェース:
EntityResolver

public class EmptyEntityResolver
extends Object
implements EntityResolver

空のEntityを返すEntityResolver


コンストラクタの概要
EmptyEntityResolver()
           
 
メソッドの概要
 InputSource resolveEntity(String publicId, String systemId)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

EmptyEntityResolver

public EmptyEntityResolver()
メソッドの詳細

resolveEntity

public InputSource resolveEntity(String publicId,
                                 String systemId)
                          throws SAXException,
                                 IOException
定義:
インタフェース EntityResolver 内の resolveEntity