JavaTM Platform
Standard Ed. 6

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

Attributes を使用しているパッケージ
org.xml.sax このパッケージはコア SAX API を提供します。 
org.xml.sax.ext このパッケージには、適合する SAX ドライバでは必ずしもサポートされない SAX2 機能のインタフェースが含まれます。 
org.xml.sax.helpers このパッケージは、SAX ベースのアプリケーションをブートストラップするためのサポートを含む「ヘルパー」クラスを含みます。 
 

org.xml.sax での Attributes の使用
 

Attributes 型のパラメータを持つ org.xml.sax のメソッド
 void ContentHandler.startElement(String uri, String localName, String qName, Attributes atts)
          要素の開始通知を受け取ります。
 

org.xml.sax.ext での Attributes の使用
 

org.xml.sax.ext での Attributes のサブインタフェース
 interface Attributes2
          SAX2 拡張は Attributes を通して提供される per- 属性情報を増やします。
 

Attributes を実装している org.xml.sax.ext のクラス
 class Attributes2Impl
          拡張ヘルパーは Attributes 情報を追加して Attributes2 インタフェースを実装します。
 

Attributes 型のパラメータを持つ org.xml.sax.ext のメソッド
 void Attributes2Impl.setAttributes(Attributes atts)
          Attributes オブジェクト全体をコピーします。
 

Attributes 型のパラメータを持つ org.xml.sax.ext のコンストラクタ
Attributes2Impl(Attributes atts)
          既存の Attributes オブジェクトまたは Attributes2 オブジェクトをコピーします。
 

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

Attributes を実装している org.xml.sax.helpers のクラス
 class AttributesImpl
          Attributes インタフェースのデフォルト実装です。
 

Attributes 型のパラメータを持つ org.xml.sax.helpers のメソッド
 void AttributesImpl.setAttributes(Attributes atts)
          Attributes オブジェクト全体をコピーします。
 void DefaultHandler.startElement(String uri, String localName, String qName, Attributes attributes)
          要素の開始通知を受け取ります。
 void XMLReaderAdapter.startElement(String uri, String localName, String qName, Attributes atts)
          SAX2 の要素開始イベントを適応させます。
 void XMLFilterImpl.startElement(String uri, String localName, String qName, Attributes atts)
          要素開始イベントをフィルタリングします。
 

Attributes 型のパラメータを持つ org.xml.sax.helpers のコンストラクタ
AttributesImpl(Attributes atts)
          既存の Attributes オブジェクトをコピーします。
 


JavaTM Platform
Standard Ed. 6

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

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