Class HelperNodeList

    • Constructor Detail

      • HelperNodeList

        public HelperNodeList()
      • HelperNodeList

        public HelperNodeList​(boolean allNodesMustHaveSameParent)
        Parameters:
        allNodesMustHaveSameParent -
    • Method Detail

      • item

        public Node item​(int index)
        Method item
        Specified by:
        item in interface NodeList
        Parameters:
        index -
        Returns:
        node with index i
      • getLength

        public int getLength()
        Method getLength
        Specified by:
        getLength in interface NodeList
        Returns:
        length of the list
      • getOwnerDocument

        public Document getOwnerDocument()
        Returns:
        the document that contains this nodelist