public class XMLNodeList extends ArrayList<XMLNode>
NodeList
and contains useful
functions for abstract parsing.modCount
Constructor and Description |
---|
XMLNodeList()
Initializes this class as an empty list of nodes.
|
XMLNodeList(NodeList list)
Initializes this class given a node list object.
|
Modifier and Type | Method and Description |
---|---|
void |
add(Node node)
Adds a new node to this list.
|
List<XMLNode> |
subList(int fromIndex)
Returns a sublist of this list fro the given index to the end of the list.
|
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
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public XMLNodeList(NodeList list)
list
- a node list object.public XMLNodeList()
public void add(Node node)
node
- the node to be added.Copyright © 2017. All rights reserved.