インタフェース
org.xml.sax.AttributeListの使用
AttributeListを使用するパッケージ
パッケージ
説明
XML (SAX)のシンプルAPIのインタフェースを提供します。
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のクラス型AttributeListのパラメータを持つorg.xml.sax.helpersのメソッド修飾子と型メソッド説明void
AttributeListImpl.setAttributeList
(AttributeList atts) 非推奨。以前のコンテンツを破棄して属性リストを設定します。void
ParserAdapter.startElement
(String qName, AttributeList qAtts) アダプタ実装メソッドは呼び出しません。型AttributeListのパラメータを持つorg.xml.sax.helpersのコンストラクタ
AttributeList
を実装します。このインタフェースは、AttributesImpl
ヘルパー・クラスに実装されているAttributes
に置き換えられました。