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 ).
- 関連項目:
- 直列化された形式
メソッドの概要 |
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の形式で、スペースで区切って並べた文字列を返します。