Uses of Interface
org.w3c.dom.css.CSSRule
Packages that use CSSRule
-
Uses of CSSRule in org.w3c.dom.css
Subinterfaces of CSSRule in org.w3c.dom.cssModifier and TypeInterfaceDescriptioninterface
TheCSSCharsetRule
interface represents a @charset rule in a CSS style sheet.interface
TheCSSFontFaceRule
interface represents a @font-face rule in a CSS style sheet.interface
TheCSSImportRule
interface represents a @import rule within a CSS style sheet.interface
TheCSSMediaRule
interface represents a @media rule in a CSS style sheet.interface
TheCSSPageRule
interface represents a @page rule within a CSS style sheet.interface
TheCSSStyleRule
interface represents a single rule set in a CSS style sheet.interface
TheCSSUnknownRule
interface represents an at-rule not supported by this user agent.Methods in org.w3c.dom.css that return CSSRuleModifier and TypeMethodDescriptionCSSStyleSheet.getOwnerRule()
If this style sheet comes from an@import
rule, theownerRule
attribute will contain theCSSImportRule
.CSSRule.getParentRule()
If this rule is contained inside another rule (e.g. a style rule inside an @media block), this is the containing rule.CSSStyleDeclaration.getParentRule()
The CSS rule that contains this declaration block ornull
if thisCSSStyleDeclaration
is not attached to aCSSRule
.CSSRuleList.item(int index)
Used to retrieve a CSS rule by ordinal index.