|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--jp.gr.java_conf.wffm.gassan.gsml.GElement | +--jp.gr.java_conf.wffm.gassan.gsml.GElementList
構成要素リスト
コンストラクタの概要 | |
GElementList(org.w3c.dom.Node node,
ResourceManager resourceManager)
コンストラクタ |
メソッドの概要 | |
int |
getLength()
長さを取得 |
GElement |
item(int index)
アイテム |
GElement |
nextItem()
次のアイテム |
クラス jp.gr.java_conf.wffm.gassan.gsml.GElement から継承したメソッド |
createGElement,
getAttributes,
getAttributeValue,
getChildElements,
getName,
getNode,
getResourceManager,
getValue,
hasChildElements,
setNode,
setResourceManager |
クラス java.lang.Object から継承したメソッド |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
コンストラクタの詳細 |
public GElementList(org.w3c.dom.Node node, ResourceManager resourceManager)
node
- ノードresourceManager
- リソース管理メソッドの詳細 |
public int getLength()
public GElement item(int index)
index
- 構成要素番号public GElement nextItem()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |