shohaku.ginkgo
クラス TagRule

java.lang.Object
  拡張shohaku.ginkgo.TagRule

public final class TagRule
extends java.lang.Object

個々のタグの構成ルールを表現する機能を提供します。


コンストラクタの概要
TagRule()
           
 
メソッドの概要
 java.lang.String getPattern()
          XML階層URIの書式パターンを返却します。
 TagAttributesRuleSet getTagAttributesRuleSet()
          属性の構成ルールのパラメータリストを返却します。
 java.lang.String getTagClass()
          ノードのクラス名を返却します。
 void setPattern(java.lang.String pattern)
          XML階層URIの書式パターンを格納します。
 void setTagAttributesRuleSet(TagAttributesRuleSet ruleSet)
          属性の構成ルールのパラメータリストを格納します。
 void setTagClass(java.lang.String cname)
          ノードのクラス名を格納します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TagRule

public TagRule()
メソッドの詳細

getTagClass

public java.lang.String getTagClass()
ノードのクラス名を返却します。

戻り値:
ノードのクラス名

setTagClass

public void setTagClass(java.lang.String cname)
ノードのクラス名を格納します。

パラメータ:
cname - ノードのクラス名

getTagAttributesRuleSet

public TagAttributesRuleSet getTagAttributesRuleSet()
属性の構成ルールのパラメータリストを返却します。

戻り値:
属性の構成ルールのパラメータリスト

setTagAttributesRuleSet

public void setTagAttributesRuleSet(TagAttributesRuleSet ruleSet)
属性の構成ルールのパラメータリストを格納します。

パラメータ:
ruleSet - 属性の構成ルールのパラメータリスト

getPattern

public java.lang.String getPattern()
XML階層URIの書式パターンを返却します。

戻り値:
XML階層URIの書式パターン

setPattern

public void setPattern(java.lang.String pattern)
XML階層URIの書式パターンを格納します。

パラメータ:
pattern - XML階層URIの書式パターン