インターフェース DocumentLoader
- すべての既知の実装クラス:
DefaultDocumentLoader
方法の概要
修飾子と型メソッド説明loadDocument(InputSourceSE inputSource, EntityResolverSE entityResolver, ErrorHandlerSE errorHandler, int validationMode, boolean namespaceAware) 提供されているsourceSE からdocumentSE をロードします。
方法の詳細
loadDocument
DocumentSE loadDocument(InputSourceSE inputSource, EntityResolverSE entityResolver, ErrorHandlerSE errorHandler, int validationMode, boolean namespaceAware) throws ExceptionSE 提供されているsourceSE からdocumentSE をロードします。- パラメーター:
inputSource- ロードされるドキュメントのソースentityResolver- エンティティを解決するために使用されるリゾルバーerrorHandler- ドキュメントのロード中にエラーを報告するために使用されますvalidationMode- 検証の型DTDまたはXSD)namespaceAware- XML 名前空間のサポートを提供する場合はtrue- 戻り値:
- ロードされた
documentSE - 例外:
ExceptionSE- エラーが発生した場合