Class DOMUtils.NodeListImpl

  • All Implemented Interfaces:
    org.w3c.dom.NodeList
    Enclosing class:
    DOMUtils

    static class DOMUtils.NodeListImpl
    extends java.lang.Object
    implements org.w3c.dom.NodeList
    This class provides an implementation of NodeList, which is used by the getElementsByTagNameNS() method.
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeListImpl​(java.util.Vector vector)  
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodeListImpl

        NodeListImpl​(java.util.Vector vector)
    • Method Detail

      • getLength

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

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