模块  jdk.xml.dom

Interface StyleSheetList


  • public interface StyleSheetList
    StyleSheetList接口提供了有序样式表集合的抽象。

    StyleSheetList中的项目可通过整数索引访问,从0开始。

    另请参见Document Object Model (DOM) Level 2 Style Specification

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

      • getLength

        int getLength()
        列表中的数量为StyleSheets 有效子样式表索引的范围是0length-1含)。
      • item

        StyleSheet item​(int index)
        用于按序数索引检索样式表。 如果index大于或等于列表中样式表的数量,则返回null
        参数
        index - 索引到集合中
        结果
        在样式表 index在位置 StyleSheetList ,或 null如果不是有效的索引。