JavaTM 2
Platform
Std. Ed. v1.4.0

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

AttributeList を使用しているパッケージ
org.xml.sax Java API for XML Processing のコンポーネント API である Simple API for XML (SAX) のクラスおよびインタフェースを提供します。 
org.xml.sax.helpers Java API for XML のコンポーネント API である Simple API for XML (SAX) のヘルパークラスを提供します。 
 

org.xml.sax での AttributeList の使用
 

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

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

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

AttributeList 型のパラメータを持つ org.xml.sax.helpers のメソッド
 void ParserAdapter.startElement(String qName, AttributeList qAtts)
          SAX1 の要素開始イベントを適応させます。
 void AttributeListImpl.setAttributeList(AttributeList atts)
          推奨されていません。 以前のコンテンツを破棄して属性リストを設定します。
 

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


JavaTM 2
Platform
Std. Ed. v1.4.0

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

Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.