Class HelperNodeList

  • All Implemented Interfaces:
    NodeList

    public class HelperNodeList
    extends Object
    implements NodeList
    Author:
    Christian Geuer-Pollmann
    • 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