|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectshohaku.composer.NodeRule
個々のノードの構成ルールを表現する機能を提供します。
| フィールドの概要 | |
static NodeRule |
EMPTY_NODERULESET
何も意味しない構成ルールを定義します。 |
| コンストラクタの概要 | |
NodeRule()
|
|
| メソッドの概要 | |
shohaku.core.collections.Parameters |
getExAttributes()
拡張属性のパラメータリストを返却します。 |
java.lang.String |
getNodeClass()
ノードのクラス名を返却します。 |
java.lang.String |
getPattern()
XML階層URIの書式パターンを返却します。 |
Substitutor |
getSubstitutor()
ノードの属性やテキスト文字列を代入するオブジェクトを返却します。 |
void |
setExAttributes(shohaku.core.collections.Parameters exAttributes)
拡張属性のパラメータリストを格納します。 |
void |
setNodeClass(java.lang.String cname)
ノードのクラス名を格納します。 |
void |
setPattern(java.lang.String pattern)
XML階層URIの書式パターンを格納します。 |
void |
setSubstitutor(Substitutor substitutor)
ノードの属性やテキスト文字列を代入するオブジェクトを格納します。 |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
public static final NodeRule EMPTY_NODERULESET
| コンストラクタの詳細 |
public NodeRule()
| メソッドの詳細 |
public java.lang.String getNodeClass()
public void setNodeClass(java.lang.String cname)
cname - ノードのクラス名public shohaku.core.collections.Parameters getExAttributes()
public void setExAttributes(shohaku.core.collections.Parameters exAttributes)
exAttributes - 拡張属性のパラメータリスト。public java.lang.String getPattern()
public void setPattern(java.lang.String pattern)
pattern - XML階層URIの書式パターンpublic Substitutor getSubstitutor()
public void setSubstitutor(Substitutor substitutor)
substitutor - Substitutor
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||