| パッケージ | 説明 | 
|---|---|
| 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, 2025, Oracle and/or its affiliates.  All rights reserved.  Use is subject to license terms.  Documentation Redistribution Policyも参照してください。