com.ozacc.mail.impl
クラス DTDEntityResolver
java.lang.Object
com.ozacc.mail.impl.DTDEntityResolver
- すべての実装されたインタフェース:
- EntityResolver
public class DTDEntityResolver
- extends Object
- implements EntityResolver
ozacc-mail libraryのDTDファイルをクラスパス上から検出するEntityResolver実装。
- 導入されたバージョン:
- 1.1
- バージョン:
- $Id: DTDEntityResolver.java,v 1.1.2.2 2004/11/25 08:01:07 otsuka Exp $
- 作成者:
- Tomohiro Otsuka
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DTDEntityResolver
public DTDEntityResolver()
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
throws SAXException,
IOException
- クラスパス「com/ozacc/mail」上で、指定されたsystemIdのファイル名と同じファイルを検出します。
もしも検出できなければnullを返します。(必ず検出できるはずです。)
- 定義:
- インタフェース
EntityResolver
内の resolveEntity
- 例外:
SAXException
IOException
- 関連項目:
EntityResolver.resolveEntity(java.lang.String, java.lang.String)
Copyright © 2004-2006 OZACC. All Rights Reserved.