Interface DomNodeList<E extends DomNode>

  • Type Parameters:
    E - the element type
    All Superinterfaces:
    java.util.Collection<E>, java.lang.Iterable<E>, java.util.List<E>, org.w3c.dom.NodeList
    All Known Implementing Classes:
    AbstractDomNodeList

    public interface DomNodeList<E extends DomNode>
    extends org.w3c.dom.NodeList, java.util.List<E>
    A list of DomNodes which is both a W3C NodeList and a java List.
    • Method Summary

      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.List

        add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
      • Methods inherited from interface org.w3c.dom.NodeList

        getLength, item