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

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

public class DirectoryEntityResolver
extends Object
implements EntityResolver

EntityResolverの簡易実装
指定のディレクトリにSystemIdに指定された存在するものとしてEntityを解決します。


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

コンストラクタの詳細

DirectoryEntityResolver

public DirectoryEntityResolver(String dtdpath)

DirectoryEntityResolver

public DirectoryEntityResolver(File dtdpath)
メソッドの詳細

resolveEntity

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