com.infoteria.asteria.util.xml
Class NodeListImpl

java.lang.Object
  |
  +--com.infoteria.asteria.util.xml.NodeListImpl
All Implemented Interfaces:
NodeList

public class NodeListImpl
extends Object
implements NodeList

DOMのNodeListのArrayListを使用した簡易実装


Constructor Summary
NodeListImpl()
           
 
Method Summary
 void add(Node node)
           
 void add(NodeList list)
           
 int getLength()
           
 Node item(int idx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeListImpl

public NodeListImpl()
Method Detail

add

public void add(Node node)

add

public void add(NodeList list)

getLength

public int getLength()
Specified by:
getLength in interface NodeList

item

public Node item(int idx)
Specified by:
item in interface NodeList