org.apache.tools.ant.taskdefs.optional.junit
public static class DOMUtil.NodeListImpl extends java.util.Vector implements org.w3c.dom.NodeList
Constructor and Description |
---|
DOMUtil.NodeListImpl() |
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Get the number of nodes in the list.
|
org.w3c.dom.Node |
item(int i)
Get a particular node.
|
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
public int getLength()
getLength
in interface org.w3c.dom.NodeList
public org.w3c.dom.Node item(int i)
item
in interface org.w3c.dom.NodeList
i
- the index of the node to get.