模块  jdk.xml.dom
软件包  org.w3c.dom.css

Interface CSSImportRule

    • 方法详细信息

      • getHref

        String getHref()
        要导入的样式表的位置。 该属性不包含URI周围的"url(...)"说明符。
      • getMedia

        MediaList getMedia()
        可以使用此样式表的媒体类型列表。
      • getStyleSheet

        CSSStyleSheet getStyleSheet()
        此规则引用的样式表(如果已加载)。 如果样式表尚未加载或未加载样式表,则此属性的值为null (例如,样式表是否为用户代理不支持的介质类型)。