| パッケージ | 説明 | 
|---|---|
| javax.swing.text.html.parser | 
 デフォルトの HTML パーサーを、サポートクラスとともに提供します。 
 | 
| 修飾子と型 | フィールドと説明 | 
|---|---|
AttributeList | 
Element.atts  | 
AttributeList | 
AttributeList.next  | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
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()  | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
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(String name,              int type,              int modifier,              String value,              Vector<?> values,              AttributeList next)
属性リストの要素を作成します。 
 | 
 バグまたは機能を送信 
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.