|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
前 次 | フレームあり フレームなし |
AttributeList を使用しているパッケージ | |
javax.swing.text.html.parser | デフォルトの HTML パーサを、サポートクラスと共に提供します。 |
javax.swing.text.html.parser での AttributeList の使用 |
AttributeList として宣言されている javax.swing.text.html.parser のフィールド | |
AttributeList |
AttributeList.next
|
AttributeList |
Element.atts
|
AttributeList を返す javax.swing.text.html.parser のメソッド | |
AttributeList |
AttributeList.getNext()
|
AttributeList |
Element.getAttributes()
属性を取得します。 |
AttributeList |
Element.getAttribute(String name)
属性を名前で取得します。 |
AttributeList |
Element.getAttributeByValue(String name)
属性を値で取得します。 |
protected AttributeList |
DTD.defAttributeList(String name,
int type,
int modifier,
String value,
String values,
AttributeList atts)
AttributeList を作成し、返します。 |
AttributeList 型のパラメータを持つ javax.swing.text.html.parser のメソッド | |
Element |
DTD.defineElement(String name,
int type,
boolean omitStart,
boolean omitEnd,
ContentModel content,
BitSet exclusions,
BitSet inclusions,
AttributeList atts)
指定したパラメータに一致する Element を返します。 |
void |
DTD.defineAttributes(String name,
AttributeList atts)
指定した AttributeList に一致する Element を返します。 |
protected Element |
DTD.defElement(String name,
int type,
boolean omitStart,
boolean omitEnd,
ContentModel content,
String[] exclusions,
String[] inclusions,
AttributeList atts)
Element を作成し、返します。 |
protected AttributeList |
DTD.defAttributeList(String name,
int type,
int modifier,
String value,
String values,
AttributeList atts)
AttributeList を作成し、返します。 |
AttributeList 型のパラメータを持つ javax.swing.text.html.parser のコンストラクタ | |
AttributeList(String name,
int type,
int modifier,
String value,
Vector values,
AttributeList next)
属性リストの要素を作成します。 |
|
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.