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を使用した簡易実装
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeListImpl
public NodeListImpl()
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