Package com.infoteria.asteria.util.xml
Class DirectoryEntityResolver
java.lang.Object
com.infoteria.asteria.util.xml.DirectoryEntityResolver
- All Implemented Interfaces:
Cloneable,EntityResolver
EntityResolverの簡易実装
指定のディレクトリにSystemIdに指定された存在するものとしてEntityを解決します。
指定のディレクトリにSystemIdに指定された存在するものとしてEntityを解決します。
-
Constructor Summary
ConstructorsConstructorDescriptionDirectoryEntityResolver(File dtdpath) DirectoryEntityResolver(String dtdpath) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDirectory(File dir) ディレクトリを追加します。clone()resolveEntity(String publicId, String systemId)
-
Constructor Details
-
DirectoryEntityResolver
-
DirectoryEntityResolver
-
-
Method Details
-
addDirectory
ディレクトリを追加します。 -
getDirectories
-
resolveEntity
- Specified by:
resolveEntityin interfaceEntityResolver- Throws:
SAXExceptionIOException
-
clone
-