Module  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含)。