Uses of Interface
org.w3c.dom.css.CSSStyleSheet
-
Packages that use CSSStyleSheet Package Description org.w3c.dom.css Provides interfaces for DOM Level 2 Style Specification. -
-
Uses of CSSStyleSheet in org.w3c.dom.css
Methods in org.w3c.dom.css that return CSSStyleSheet Modifier and Type Method Description CSSStyleSheetDOMImplementationCSS. createCSSStyleSheet(String title, String media)Creates a newCSSStyleSheet.CSSStyleSheetCSSRule. getParentStyleSheet()The style sheet that contains this rule.CSSStyleSheetCSSImportRule. getStyleSheet()The style sheet referred to by this rule, if it has been loaded.
-