CSSRulepublic interface CSSStyleRule extends CSSRule
CSSStyleRule interface represents a single rule set in a
CSS style sheet.
See also the Document Object Model (DOM) Level 2 Style Specification.
CHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULE| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getSelectorText() |
The textual representation of the selector for the rule set.
|
CSSStyleDeclaration |
getStyle() |
The declaration-block of this rule set.
|
void |
setSelectorText(java.lang.String selectorText) |
The textual representation of the selector for the rule set.
|
getCssText, getParentRule, getParentStyleSheet, getType, setCssTextjava.lang.String getSelectorText()
void setSelectorText(java.lang.String selectorText)
throws DOMException
DOMException - SYNTAX_ERR: Raised if the specified CSS string value has a syntax
error and is unparsable.
CSSStyleDeclaration getStyle()