jp.gr.java_conf.wffm.gassan.gsml
クラス GElementList

java.lang.Object
  |
  +--jp.gr.java_conf.wffm.gassan.gsml.GElement
        |
        +--jp.gr.java_conf.wffm.gassan.gsml.GElementList

public class GElementList
extends GElement
implements java.io.Serializable

構成要素リスト

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

コンストラクタの概要
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
 

コンストラクタの詳細

GElementList

public GElementList(org.w3c.dom.Node node,
                    ResourceManager resourceManager)
コンストラクタ
パラメータ:
node - ノード
resourceManager - リソース管理
メソッドの詳細

getLength

public int getLength()
長さを取得
戻り値:
子供の構成要素数

item

public GElement item(int index)
アイテム
パラメータ:
index - 構成要素番号
戻り値:
子供の構成要素.終了時はnullを返す.

nextItem

public GElement nextItem()
次のアイテム
戻り値:
子供の構成要素(GElementクラス)