模块  java.xml
软件包  org.w3c.dom

Interface NodeList

    • 方法详细信息

      • item

        Node item​(int index)
        返回集合中的index项。 如果index大于或等于列表中的节点数,则返回null
        参数
        index - 索引到集合中。
        结果
        index位置的 NodeList ,如果不是有效索引,则为 null
      • getLength

        int getLength()
        列表中的节点数。 有效子节点索引的范围是0到length-1含)。