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, setCssText
String 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()
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2016 aicas GmbH. All Rights Reserved.