feat2.template.impl
クラス HTMLNodeListImpl

java.lang.Object
  拡張feat2.template.impl.HTMLNodeListImpl
すべての実装インタフェース:
HTMLNodeList, org.w3c.dom.NodeList

public class HTMLNodeListImpl
extends java.lang.Object
implements org.w3c.dom.NodeList, HTMLNodeList

順序持ったノードのリスト。 featテンプレートAPIとDOM APIの両方で使用できる。

作成者:
SUGIMOTO

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

コンストラクタの詳細

HTMLNodeListImpl

public HTMLNodeListImpl()
メソッドの詳細

add

public void add(HTMLNode node)

size

public int size()
定義:
インタフェース HTMLNodeList 内の size

get

public HTMLNode get(int index)
定義:
インタフェース HTMLNodeList 内の get

iterator

public java.util.Iterator iterator()
定義:
インタフェース HTMLNodeList 内の iterator

getLength

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

item

public org.w3c.dom.Node item(int index)
定義:
インタフェース org.w3c.dom.NodeList 内の item