Class XMLNodeList

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<org.w3c.dom.Node>, java.util.Collection<org.w3c.dom.Node>, java.util.List<org.w3c.dom.Node>, java.util.RandomAccess, org.w3c.dom.NodeList

    public class XMLNodeList
    extends java.util.Vector<org.w3c.dom.Node>
    implements org.w3c.dom.NodeList
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      XMLNodeList()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLength()  
      org.w3c.dom.Node item​(int index)  
      • Methods inherited from class java.util.Vector

        add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSize
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, stream, toArray
    • Constructor Detail

      • XMLNodeList

        public XMLNodeList()
    • Method Detail

      • item

        public org.w3c.dom.Node item​(int index)
        Specified by:
        item in interface org.w3c.dom.NodeList
      • getLength

        public int getLength()
        Specified by:
        getLength in interface org.w3c.dom.NodeList