クラス
kinugasa.contents.text.XMLAttributeStorage の使用

XMLAttributeStorage を使用しているパッケージ
kinugasa.contents.text テキストファイルの入出力機能が含まれています. 
 

kinugasa.contents.text での XMLAttributeStorage の使用
 

XMLAttributeStorage として宣言されている kinugasa.contents.text のフィールド
private  XMLAttributeStorage XMLElement.attributes
          この要素が持つ属性です.
 

XMLAttributeStorage を返す kinugasa.contents.text のメソッド
 XMLAttributeStorage XMLElement.getAttributes()
          この要素に設定された属性を取得します.
 

XMLAttributeStorage 型のパラメータを持つ kinugasa.contents.text のコンストラクタ
XMLElement(java.lang.String name, java.util.Map<java.lang.String,java.util.List<XMLElement>> content, XMLAttributeStorage attributes, java.lang.String value)
          子要素を持つ要素を作成します.
XMLElement(java.lang.String name, XMLAttributeStorage attributes, java.lang.String value)
          子の要素を持たない要素を作成します.