DOM::CSSStyleRule Class Reference
TheCSSStyleRule interface represents a single rule set  in a CSS style sheet.  
More...
#include <css_rule.h>
Inheritance diagram for DOM::CSSStyleRule:


| Public Member Functions | |
| CSSStyleRule (const CSSStyleRule &other) | |
| CSSStyleRule (const CSSRule &other) | |
| CSSStyleRule (CSSStyleRuleImpl *impl) | |
| CSSStyleRule & | operator= (const CSSStyleRule &other) | 
| CSSStyleRule & | operator= (const CSSRule &other) | 
| DOM::DOMString | selectorText () const | 
| void | setSelectorText (const DOM::DOMString &) | 
| CSSStyleDeclaration | style () const | 
Detailed Description
TheCSSStyleRule interface represents a single rule set  in a CSS style sheet. 
Definition at line 411 of file css_rule.h.
Member Function Documentation
| 
 | 
| The textual representation of the selector for the rule set. The implementation may have stripped out insignificant whitespace while parsing the selector. Definition at line 414 of file css_rule.cpp. | 
| 
 | 
| see selectorText 
 
 Definition at line 420 of file css_rule.cpp. | 
| 
 | 
| The declaration-block of this rule set. 
 Definition at line 425 of file css_rule.cpp. | 
The documentation for this class was generated from the following files:

