クラス
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のフィールド 修飾子と型 フィールド 説明 AttributeListElement. atts属性を指定しますAttributeListAttributeList. nextリストの次の属性AttributeListを返すjavax.swing.text.html.parser内のメソッド 修飾子と型 メソッド 説明 protected AttributeListDTD. defAttributeList(String name, int type, int modifier, String value, String values, AttributeList atts)新しい属性に応答するAttributeListを作成して返します。AttributeListElement. getAttribute(String name)属性を名前で取得します。AttributeListElement. getAttributeByValue(String value)属性を値で取得します。AttributeListElement. getAttributes()属性を取得します。AttributeListAttributeList. getNext()AttributeList型のパラメータを持つjavax.swing.text.html.parser内のメソッド 修飾子と型 メソッド 説明 protected AttributeListDTD. defAttributeList(String name, int type, int modifier, String value, String values, AttributeList atts)新しい属性に応答するAttributeListを作成して返します。protected ElementDTD. defElement(String name, int type, boolean omitStart, boolean omitEnd, ContentModel content, String[] exclusions, String[] inclusions, AttributeList atts)Elementを作成し、返します。voidDTD. defineAttributes(String name, AttributeList atts)Elementの属性を定義します。ElementDTD. 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)属性リストの要素を作成します。
-