|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectfeat.v1.impl.template.HTMLNodeListImpl
順序持ったノードのリスト。 featテンプレートAPIとDOM APIの両方で使用できる。
コンストラクタの概要 | |
HTMLNodeListImpl()
|
メソッドの概要 | |
void |
add(HTMLNode node)
|
HTMLNode |
get(int index)
|
int |
getLength()
|
org.w3c.dom.Node |
item(int index)
|
java.util.Iterator |
iterator()
|
int |
size()
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public HTMLNodeListImpl()
メソッドの詳細 |
public void add(HTMLNode node)
public int size()
HTMLNodeList
内の size
public HTMLNode get(int index)
HTMLNodeList
内の get
public java.util.Iterator iterator()
HTMLNodeList
内の iterator
public int getLength()
org.w3c.dom.NodeList
内の getLength
public org.w3c.dom.Node item(int index)
org.w3c.dom.NodeList
内の item
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |