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

Interface DOMImplementationList


  • public interface DOMImplementationList
    DOMImplementationList接口提供DOM实现的有序集合的抽象,而不定义或约束此集合的实现方式。 DOMImplementationList中的项目可通过整数索引访问,从0开始。

    另见Document Object Model (DOM) Level 3 Core Specification

    从以下版本开始:
    1.5,DOM Level 3
    • 方法详细信息

      • item

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

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