Class DOMUtil.NodeListImpl

java.lang.Object
java.util.AbstractCollection<Node>
java.util.AbstractList<Node>
java.util.Vector<Node>
org.apache.tools.ant.taskdefs.optional.junit.DOMUtil.NodeListImpl
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Node>, Collection<Node>, List<Node>, RandomAccess, SequencedCollection<Node>, NodeList
Enclosing class:
DOMUtil

public static class DOMUtil.NodeListImpl extends Vector<Node> implements NodeList
custom implementation of a nodelist
See Also: