インタフェース
org.xml.sax.Attributesの使用
Attributesを使用するパッケージ
パッケージ
説明
XML (SAX)のシンプルAPIのインタフェースを提供します。
SAXドライバに適合するSAX2機能へのインタフェースを提供すると、必ずしもサポートされません。
SAXベースのアプリケーションのブートストラップをサポートするなど、ヘルパー・クラスを提供します。
-
org.xml.saxでのAttributesの使用
型Attributesのパラメータを持つorg.xml.saxのメソッド修飾子と型メソッド説明voidContentHandler.startElement(String uri, String localName, String qName, Attributes atts) 要素の開始通知を受け取ります。 -
org.xml.sax.extでのAttributesの使用
org.xml.sax.extの属性のサブインタフェース属性を実装するorg.xml.sax.extのクラス型Attributesのパラメータを持つorg.xml.sax.extのメソッド型Attributesのパラメータを持つorg.xml.sax.extのコンストラクタ -
org.xml.sax.helpersでのAttributesの使用
属性を実装するorg.xml.sax.helpersのクラス型Attributesのパラメータを持つorg.xml.sax.helpersのメソッド修飾子と型メソッド説明voidAttributesImpl.setAttributes(Attributes atts) Attributesオブジェクト全体をコピーします。voidDefaultHandler.startElement(String uri, String localName, String qName, Attributes attributes) 要素の開始通知を受け取ります。voidXMLFilterImpl.startElement(String uri, String localName, String qName, Attributes atts) 要素開始イベントをフィルタ・リングします。voidXMLReaderAdapter.startElement(String uri, String localName, String qName, Attributes atts) SAX2の要素開始イベントを適応させます。型Attributesのパラメータを持つorg.xml.sax.helpersのコンストラクタ