- All Superinterfaces:
CSSStyleSheet
,StyleSheet
A style sheet.
-
Method Summary
Modifier and TypeMethodDescriptionCreate a CSS style declaration compatible with this implementation.Gets the collection of all CSS rules contained within the style sheet.getMedia()
Get the destination media for this sheet.Methods inherited from interface org.w3c.dom.css.CSSStyleSheet
deleteRule, getOwnerRule, insertRule
Methods inherited from interface org.w3c.dom.stylesheets.StyleSheet
getDisabled, getHref, getOwnerNode, getParentStyleSheet, getTitle, getType, setDisabled
-
Method Details
-
getCssRules
CSSRuleList getCssRules()Gets the collection of all CSS rules contained within the style sheet.- Specified by:
getCssRules
in interfaceCSSStyleSheet
- Returns:
- the list of all CSS rules contained within the style sheet.
-
getMedia
MediaQueryList getMedia()Get the destination media for this sheet.- Specified by:
getMedia
in interfaceStyleSheet
- Returns:
- the media query list.
-
createStyleDeclaration
CSSStyleDeclaration createStyleDeclaration()Create a CSS style declaration compatible with this implementation.- Returns:
- a CSS style declaration.
-