JavaTM 2
Platform
Std. Ed. v1.4.0

クラス
javax.swing.text.html.parser.AttributeList の使用

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

バグの報告と機能のリクエスト
これ以外の API リファレンスおよび開発者用ドキュメントについては、 Java 2 SDK SE 開発者用ドキュメントを参照してください。 開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、 およびコード実例が含まれています。

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.