インタフェース
org.xml.sax.AttributeListの使用
- 
AttributeListを使用しているパッケージ パッケージ 説明 org.xml.sax コアSAX APIを提供します。org.xml.sax.helpers SAXベースのアプリケーションのブートストラップをサポートするなど、ヘルパー・クラスを提供します。
- 
- 
org.xml.saxでのAttributeListの使用AttributeList型のパラメータを持つorg.xml.sax内のメソッド 修飾子と型 メソッド 説明 voidDocumentHandler. startElement(String name, AttributeList atts)非推奨。要素の開始通知を受け取ります。voidHandlerBase. startElement(String name, AttributeList attributes)非推奨。要素の開始通知を受け取ります。
- 
org.xml.sax.helpersでのAttributeListの使用AttributeListを実装するorg.xml.sax.helpers内のクラス 修飾子と型 クラス 説明 classAttributeListImpl非推奨。このクラスは非推奨のインタフェースAttributeListを実装します。このインタフェースはすでに、Attributesに置き換えられています。これは、AttributesImplヘルパー・クラスに実装されています。AttributeList型のパラメータを持つorg.xml.sax.helpers内のメソッド 修飾子と型 メソッド 説明 voidAttributeListImpl. setAttributeList(AttributeList atts)非推奨。以前のコンテンツを破棄して属性リストを設定します。voidParserAdapter. startElement(String qName, AttributeList qAtts)アダプタ実装メソッドは呼び出しません。AttributeList型のパラメータを持つorg.xml.sax.helpers内のコンストラクタ コンストラクタ 説明 AttributeListImpl(AttributeList atts)非推奨。既存の属性リストの永続的なコピーを構築します。
 
-