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