com.hamaf.hikyaku.util
クラス ArrayNodeList

java.lang.Object
  上位を拡張 com.hamaf.hikyaku.util.ArrayNodeList
すべての実装されたインタフェース:
org.w3c.dom.NodeList

public final class ArrayNodeList
extends java.lang.Object
implements org.w3c.dom.NodeList

タイトル:ArrayNodeList is Simple NodeList Implementation.

説明:NodeListインターフェースの簡単な実装クラス

著作権: Copyright (c) 2003/11/20

バージョン:
1.0
作成者:
Hamanaka

コンストラクタの概要
ArrayNodeList()
           
 
メソッドの概要
 void append(org.w3c.dom.Node nd)
          Describe append method : .
 int getLength()
           
 org.w3c.dom.Node item(int p)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ArrayNodeList

public ArrayNodeList()
メソッドの詳細

append

public void append(org.w3c.dom.Node nd)
Describe append method : .

パラメータ:
nd - a void :

item

public org.w3c.dom.Node item(int p)
定義:
インタフェース org.w3c.dom.NodeList 内の item
関連項目:
NodeList.item(int)

getLength

public int getLength()
定義:
インタフェース org.w3c.dom.NodeList 内の getLength
関連項目:
NodeList.getLength()