Module  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如果不是有效的索引。