public 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 and Description | 
|---|---|
| String | getSelectorText()The textual representation of the selector for the rule set. | 
| CSSStyleDeclaration | getStyle()The declaration-block of this rule set. | 
| void | setSelectorText(String selectorText)The textual representation of the selector for the rule set. | 
getCssText, getParentRule, getParentStyleSheet, getType, setCssTextString getSelectorText()
void setSelectorText(String selectorText) throws DOMException
DOMException - SYNTAX_ERR: Raised if the specified CSS string value has a syntax
   error and is unparsable.
   CSSStyleDeclaration getStyle()
 Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
 Copyright © 2005, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.