模块  jdk.xml.dom

Interface DocumentStyle

  • All Known Subinterfaces:
    DocumentCSS

    public interface DocumentStyle
    DocumentStyle接口提供了一种机制,通过该机制可以检索文档中嵌入的样式表。 期望通过在DocumentStyle接口的实例上使用特定于绑定的转换方法Document接口的实例。

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

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

      • getStyleSheets

        StyleSheetList getStyleSheets()
        包含显式链接到文档或嵌入到文档中的所有样式表的列表。 对于HTML文档,这包括通过HTML LINK元素包含的外部样式表和内联STYLE元素。 在XML中,这包括外部样式表,包括在样式表处理指令中(参见[XML StyleSheet])。