public static class DOMUtil.NodeListImpl
extends java.util.Vector
implements org.w3c.dom.NodeList
Constructor and Description |
---|
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, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, 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.