KHTML
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 (CSSStyleRuleImpl *impl) | |
| CSSStyleRule (const CSSRule &other) | |
| CSSStyleRule (const CSSStyleRule &other) | |
| CSSStyleRule () | |
| CSSStyleRule & | operator= (const CSSRule &other) |
| CSSStyleRule & | operator= (const CSSStyleRule &other) |
| DOM::DOMString | selectorText () const |
| void | setSelectorText (const DOM::DOMString &) |
| CSSStyleDeclaration | style () const |
| ~CSSStyleRule () | |
Detailed Description
TheCSSStyleRule interface represents a single rule set in a CSS style sheet.
Definition at line 411 of file css_rule.h.
Constructor & Destructor Documentation
| CSSStyleRule::CSSStyleRule | ( | ) |
Definition at line 377 of file css_rule.cpp.
| CSSStyleRule::CSSStyleRule | ( | const CSSStyleRule & | other | ) |
Definition at line 381 of file css_rule.cpp.
| CSSStyleRule::CSSStyleRule | ( | const CSSRule & | other | ) |
Definition at line 386 of file css_rule.cpp.
| CSSStyleRule::CSSStyleRule | ( | CSSStyleRuleImpl * | impl | ) |
Definition at line 393 of file css_rule.cpp.
| CSSStyleRule::~CSSStyleRule | ( | ) |
Definition at line 410 of file css_rule.cpp.
Member Function Documentation
| CSSStyleRule & CSSStyleRule::operator= | ( | const CSSRule & | other | ) |
| CSSStyleRule & CSSStyleRule::operator= | ( | const CSSStyleRule & | other | ) |
Definition at line 398 of file css_rule.cpp.
| DOMString CSSStyleRule::selectorText | ( | ) | const |
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.
| void CSSStyleRule::setSelectorText | ( | const DOM::DOMString & | value | ) |
see selectorText
- Exceptions:
-
CSSException SYNTAX_ERR: Raised if the specified CSS string value has a syntax error and is unparsable.
- Exceptions:
-
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this style sheet is readonly.
Definition at line 420 of file css_rule.cpp.
| CSSStyleDeclaration CSSStyleRule::style | ( | ) | const |
The documentation for this class was generated from the following files:
KDE 3.5 API Reference