JavaTM 2 Platform
Standard Ed. 5.0

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

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

org.xml.sax での AttributeList の使用
 

AttributeList 型のパラメータを持つ org.xml.sax のメソッド
 void DocumentHandler.startElement(String name, AttributeList atts)
          推奨されていません。 要素の開始通知を受け取ります。
 void HandlerBase.startElement(String name, AttributeList attributes)
          推奨されていません。 要素の開始通知を受け取ります。
 

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

AttributeList を実装している org.xml.sax.helpers のクラス
 class AttributeListImpl
          推奨されていません。 このクラスは非推奨のインタフェース AttributeList を実装します。このインタフェースはすでに、AttributesImpl ヘルパークラスに実装されている Attributes に置き換えられています。
 

AttributeList 型のパラメータを持つ org.xml.sax.helpers のメソッド
 void AttributeListImpl.setAttributeList(AttributeList atts)
          推奨されていません。 以前のコンテンツを破棄して属性リストを設定します。
 void ParserAdapter.startElement(String qName, AttributeList qAtts)
          アダプタ実装メソッドは呼び出しません。
 

AttributeList 型のパラメータを持つ org.xml.sax.helpers のコンストラクタ
AttributeListImpl(AttributeList atts)
          推奨されていません。 既存の属性リストの持続的なコピーを構築します。
 


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 も参照してください。