kinugasa.contents.text
クラス XMLAttributeStorage

java.lang.Object
  上位を拡張 kinugasa.contents.resource.Storage<XMLAttribute>
      上位を拡張 kinugasa.contents.text.XMLAttributeStorage
すべての実装されたインタフェース:
java.io.Serializable, java.lang.Iterable<XMLAttribute>

public class XMLAttributeStorage
extends Storage<XMLAttribute>
implements java.io.Serializable

Kinugasa : XMLAttributeStorage : 1つのXML要素が持つ属性のマップです.

バージョン:
1.0.0 - 2013/03/15_17:53:23.
作成者:
dra0211 ( d0211@live.jp ).

関連項目:
直列化された形式

フィールドの概要
private static long serialVersionUID
           
 
コンストラクタの概要
XMLAttributeStorage()
          新しいXMLAttributeStorageを作成します.
XMLAttributeStorage(java.util.Collection<XMLAttribute> attributes)
          XMLAttributeのコレクションを全て追加したStrageを作成します.
XMLAttributeStorage(int initialSize)
          容量の初期値を指定して、新しいXMLAttributeStorageを作成します.
 
メソッドの概要
 java.lang.String toString()
          全ての属性をスペースで区切って並べた文字列を返します.
 
クラス kinugasa.contents.resource.Storage から継承されたメソッド
add, addAll, addAll, asList, clear, contains, contains, containsAll, get, getAll, getIfContains, getProperties, isEmpty, iterator, printAll, printAll, put, putAll, putAll, remove, remove, removeAll, removeAll, removeAll, size
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

serialVersionUID

private static final long serialVersionUID
関連項目:
定数フィールド値
コンストラクタの詳細

XMLAttributeStorage

public XMLAttributeStorage()
新しいXMLAttributeStorageを作成します.


XMLAttributeStorage

public XMLAttributeStorage(int initialSize)
容量の初期値を指定して、新しいXMLAttributeStorageを作成します.

パラメータ:
initialSize - Strageの初期容量を指定します。

XMLAttributeStorage

public XMLAttributeStorage(java.util.Collection<XMLAttribute> attributes)
XMLAttributeのコレクションを全て追加したStrageを作成します.

パラメータ:
attributes -
メソッドの詳細

toString

public java.lang.String toString()
全ての属性をスペースで区切って並べた文字列を返します.

オーバーライド:
クラス Storage<XMLAttribute> 内の toString
戻り値:
属性をkey=valueの形式で、スペースで区切って並べた文字列を返します。