Interface DomNodeList<E extends DomNode>

Type Parameters:
E - the element type
All Superinterfaces:
Collection<E>, Iterable<E>, List<E>, NodeList, SequencedCollection<E>
All Known Implementing Classes:
AbstractDomNodeList

public interface DomNodeList<E extends DomNode> extends NodeList, List<E>
A list of DomNodes which is both a W3C NodeList and a java List.