|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectkinugasa.contents.resource.Storage<XMLAttribute>
kinugasa.contents.text.XMLAttributeStorage
public class XMLAttributeStorage
1つのXML要素が持つ属性のマップです.
| フィールドの概要 | |
|---|---|
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 |
| フィールドの詳細 |
|---|
private static final long serialVersionUID
| コンストラクタの詳細 |
|---|
public XMLAttributeStorage()
public XMLAttributeStorage(int initialSize)
initialSize - Strageの初期容量を指定します。public XMLAttributeStorage(java.util.Collection<XMLAttribute> attributes)
attributes - | メソッドの詳細 |
|---|
public java.lang.String toString()
Storage<XMLAttribute> 内の toString
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||