JavaTM 2 Platform
Std. Ed. v1.3

クラス
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()
           
protected  AttributeList DTD.defAttributeList(String name, int type, int modifier, String value, String values, AttributeList atts)
          属性リストを定義します。
 AttributeList Element.getAttributes()
          属性を返します。
 AttributeList Element.getAttribute(String name)
          属性を名前で返します。
 AttributeList Element.getAttributeByValue(String name)
          属性を値で返します。
 

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)
          要素を定義します。
 void DTD.defineAttributes(String name, AttributeList atts)
          要素の属性を定義します。
protected  Element DTD.defElement(String name, int type, boolean omitStart, boolean omitEnd, ContentModel content, String[] exclusions, String[] inclusions, AttributeList atts)
          要素を定義します。
protected  AttributeList DTD.defAttributeList(String name, int type, int modifier, String value, String values, AttributeList atts)
          属性リストを定義します。
 

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.3

バグや機能要求の報告
さらに詳しい API リファレンスおよび開発者ドキュメントについては、 Java 2 SDK SE Developer Documentation を参照してください。このドキュメントには、概念、用語の定義、回避策、 実用的なコード例など、開発者を対象にした詳細な解説が掲載されています。

Java、Java 2D、JDBC は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.