|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.hamaf.hikyaku.util.ArrayNodeList
public final class ArrayNodeList
タイトル:ArrayNodeList is Simple NodeList Implementation.
説明:NodeListインターフェースの簡単な実装クラス
著作権: Copyright (c) 2003/11/20
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public ArrayNodeList()
メソッドの詳細 |
---|
public void append(org.w3c.dom.Node nd)
append
method : .
nd
- a void
:public org.w3c.dom.Node item(int p)
org.w3c.dom.NodeList
内の item
NodeList.item(int)
public int getLength()
org.w3c.dom.NodeList
内の getLength
NodeList.getLength()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |