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を解決します。
| クラス 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