|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectshohaku.ginkgo.TagAttributesRuleSet
タグ属性の構成ルールの集合を表現する機能を提供します。
コンストラクタの概要 | |
TagAttributesRuleSet()
空データで初期化します。 |
|
TagAttributesRuleSet(java.util.Collection tagAttributesRules)
タグ属性の構成ルールのコレクションを格納して初期化します。 |
メソッドの概要 | |
TagAttributesRule |
find(java.lang.String name)
指定の名前を持つタグ属性の構成ルールを検索して返却します。 |
java.util.Iterator |
iterator()
タグ属性の構成ルールの反復子を返却します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public TagAttributesRuleSet()
public TagAttributesRuleSet(java.util.Collection tagAttributesRules)
tagAttributesRules
- タグ属性の構成ルールのコレクションメソッドの詳細 |
public java.util.Iterator iterator()
public TagAttributesRule find(java.lang.String name)
name
- 属性名
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |