JavaTM Platform
Standard Ed. 6

クラス
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 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

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

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。