|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
タグのプロパティにタグ属性を転送する機能を提供します。
メソッドの概要 | |
void |
addElement(TagNode tag,
TagNode element)
タグのプロパティに要素タグの値を設定します。 |
void |
setAttributes(TagNode tag)
タグのプロパティにタグ属性を設定します。 |
void |
setText(TagNode tag)
タグのプロパティにテキストを変換して設定します。 |
void |
substitut(Document document,
java.lang.StringBuffer text)
タグにテキストを代入します。 |
void |
substitut(Document document,
TagAttributes atts)
タグ属性値を代入します。 |
メソッドの詳細 |
public void substitut(Document document, TagAttributes atts)
document
- ドキュメントatts
- タグ属性public void substitut(Document document, java.lang.StringBuffer text)
document
- ドキュメントtext
- テキストpublic void setAttributes(TagNode tag)
tag
- タグpublic void setText(TagNode tag)
tag
- タグpublic void addElement(TagNode tag, TagNode element)
tag
- タグelement
- 追加する要素タグ
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |