|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
前 次 | フレームあり フレームなし |
Attributes を使用しているパッケージ | |
org.xml.sax | Java API for XML Processing のコンポーネント API である Simple API for XML (SAX) のクラスおよびインタフェースを提供します。 |
org.xml.sax.helpers | Java API for XML のコンポーネント API である Simple API for XML (SAX) のヘルパークラスを提供します。 |
org.xml.sax での Attributes の使用 |
Attributes 型のパラメータを持つ org.xml.sax のメソッド | |
void |
ContentHandler.startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
要素の開始通知を受け取ります。 |
org.xml.sax.helpers での Attributes の使用 |
Attributes を実装している org.xml.sax.helpers のクラス | |
class |
AttributesImpl
Attributes インタフェースのデフォルト実装です。 |
Attributes 型のパラメータを持つ org.xml.sax.helpers のメソッド | |
void |
XMLReaderAdapter.startElement(String uri,
String localName,
String qName,
Attributes atts)
SAX2 の要素開始イベントを適応させます。 |
void |
XMLFilterImpl.startElement(String uri,
String localName,
String qName,
Attributes atts)
要素開始イベントをファイルタリングします。 |
void |
DefaultHandler.startElement(String uri,
String localName,
String qName,
Attributes attributes)
要素の開始通知を受け取ります。 |
void |
AttributesImpl.setAttributes(Attributes atts)
Attributes オブジェクト全体をコピーします。 |
Attributes 型のパラメータを持つ org.xml.sax.helpers のコンストラクタ | |
AttributesImpl(Attributes atts)
既存の Attributes オブジェクトをコピーします。 |
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
前 次 | フレームあり フレームなし |
Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.