|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
AttributeList を使用しているパッケージ | |
---|---|
javax.swing.text.html.parser | デフォルトの HTML パーサーを、サポートクラスとともに提供します。 |
javax.swing.text.html.parser での AttributeList の使用 |
---|
AttributeList として宣言されている javax.swing.text.html.parser のフィールド | |
---|---|
AttributeList |
Element.atts
|
AttributeList |
AttributeList.next
|
AttributeList を返す javax.swing.text.html.parser のメソッド | |
---|---|
protected AttributeList |
DTD.defAttributeList(String name,
int type,
int modifier,
String value,
String values,
AttributeList atts)
AttributeList を作成し、返します。 |
AttributeList |
Element.getAttribute(String name)
属性を名前で取得します。 |
AttributeList |
Element.getAttributeByValue(String name)
属性を値で取得します。 |
AttributeList |
Element.getAttributes()
属性を取得します。 |
AttributeList |
AttributeList.getNext()
|
AttributeList 型のパラメータを持つ javax.swing.text.html.parser のメソッド | |
---|---|
protected AttributeList |
DTD.defAttributeList(String name,
int type,
int modifier,
String value,
String values,
AttributeList atts)
AttributeList を作成し、返します。 |
protected Element |
DTD.defElement(String name,
int type,
boolean omitStart,
boolean omitEnd,
ContentModel content,
String[] exclusions,
String[] inclusions,
AttributeList atts)
Element を作成し、返します。 |
void |
DTD.defineAttributes(String name,
AttributeList atts)
Element の属性を定義します。 |
Element |
DTD.defineElement(String name,
int type,
boolean omitStart,
boolean omitEnd,
ContentModel content,
BitSet exclusions,
BitSet inclusions,
AttributeList atts)
指定したパラメータに一致する Element を返します。 |
AttributeList 型のパラメータを持つ javax.swing.text.html.parser のコンストラクタ | |
---|---|
AttributeList(String name,
int type,
int modifier,
String value,
Vector<?> values,
AttributeList next)
属性リストの要素を作成します。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。