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