クラス
shohaku.ginkgo.TagAttributes の使用

TagAttributes を使用しているパッケージ
shohaku.ginkgo XMLで定義された情報を構造化されたオブジェクトに変換する機能を提供します。 
 

shohaku.ginkgo での TagAttributes の使用
 

TagAttributes を返す shohaku.ginkgo のメソッド
 TagAttributes NodeContext.getTagAttributes()
          ノードの属性を全て返却します。
 TagAttributes Substitutor.substitute(Document document, java.lang.String uri, java.lang.String nodeName, TagAttributes atts)
          ノードの属性を代入して返す。
 

TagAttributes 型のパラメータを持つ shohaku.ginkgo のメソッド
 TagAttributes Substitutor.substitute(Document document, java.lang.String uri, java.lang.String nodeName, TagAttributes atts)
          ノードの属性を代入して返す。
 

TagAttributes 型のパラメータを持つ shohaku.ginkgo のコンストラクタ
TagAttributes(TagAttributes tagAttributes)
          タグ属性情報を内部形式に変換して初期化する。