クラス
shohaku.ginkgo.TagAttributes の使用

TagAttributes を使用しているパッケージ
shohaku.ginkgo ライブラリを構成する基礎的なインターフェースと実装を提供します。 
shohaku.ginkgo.rule ライブラリの構成ルールのデフォルト実装を提供します。 
 

shohaku.ginkgo での TagAttributes の使用
 

TagAttributes を返す shohaku.ginkgo のメソッド
 TagAttributes TagContext.getTagAttributes()
          タグの属性を全て返却します。
 

TagAttributes 型のパラメータを持つ shohaku.ginkgo のメソッド
 void TagPropertyTransfer.substitut(Document document, TagAttributes atts)
          タグ属性値を代入します。
 

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

shohaku.ginkgo.rule での TagAttributes の使用
 

TagAttributes 型のパラメータを持つ shohaku.ginkgo.rule のメソッド
 void DefaultTagPropertyTransfer.substitut(Document document, TagAttributes atts)