Java プラットフォーム 1.2

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

AttributeList を使用するパッケージ
javax.swing.text.html.parser   
 

javax.swing.text.html.parser における AttributeList の使用方法
 

AttributeList として宣言される javax.swing.text.html.parser におけるフィールド
 AttributeList AttributeList.next
           
 AttributeList Element.atts
           
 

AttributeList を返す javax.swing.text.html.parser におけるメソッド
protected  AttributeList DTD.defAttributeList(String name, int type, int modifier, String value, String values, AttributeList atts)
          属性リストを定義します。
 AttributeList AttributeList.getNext()
           
 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.AttributeList(String name, int type, int modifier, String value, Vector values, AttributeList next)
          属性リストの要素を作成します。
 


Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.