public class XmlNodeList
extends java.util.ArrayList
implements org.w3c.dom.NodeList
Constructor and Description |
---|
XmlNodeList()
Default ctor.
|
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Return the length of the list.
|
org.w3c.dom.Node |
item(int index)
Return the index'th item.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
public int getLength()
getLength
in interface org.w3c.dom.NodeList
public org.w3c.dom.Node item(int index)
item
in interface org.w3c.dom.NodeList
index
- The list index.