JavaTM 2 Platform
Standard Ed. 5.0

インタフェース
org.xml.sax.DocumentHandler の使用

DocumentHandler を使用しているパッケージ
org.xml.sax このパッケージはコア SAX API を提供します。 
org.xml.sax.helpers このパッケージは、SAX ベースのアプリケーションのブートストラップするためのサポートを含む「ヘルパー」クラスを含みます。 
 

org.xml.sax での DocumentHandler の使用
 

DocumentHandler を実装している org.xml.sax のクラス
 class HandlerBase
          推奨されていません。 このクラスは非推奨の DocumentHandler インタフェースで動作します。SAX2 では、このクラスは DefaultHandler クラスで置き換えられています。
 

DocumentHandler 型のパラメータを持つ org.xml.sax のメソッド
 void Parser.setDocumentHandler(DocumentHandler handler)
          推奨されていません。 アプリケーションに文書イベントハンドラの登録を許可します。
 

org.xml.sax.helpers での DocumentHandler の使用
 

DocumentHandler を実装している org.xml.sax.helpers のクラス
 class ParserAdapter
          SAX1 Parser を SAX2 XMLReader として適応させます。
 

DocumentHandler 型のパラメータを持つ org.xml.sax.helpers のメソッド
 void XMLReaderAdapter.setDocumentHandler(DocumentHandler handler)
          SAX1 文書イベントハンドラを登録します。
 


JavaTM 2 Platform
Standard Ed. 5.0

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java 2 SDK SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。