KHTML
DOM::CSSPageRule Class Reference
#include <css_rule.h>
Inheritance diagram for DOM::CSSPageRule:
Public Member Functions | |
CSSPageRule (CSSPageRuleImpl *impl) | |
CSSPageRule (const CSSRule &other) | |
CSSPageRule (const CSSPageRule &other) | |
CSSPageRule () | |
CSSPageRule & | operator= (const CSSRule &other) |
CSSPageRule & | operator= (const CSSPageRule &other) |
DOM::DOMString | selectorText () const |
void | setSelectorText (const DOM::DOMString &) |
CSSStyleDeclaration | style () const |
~CSSPageRule () |
Detailed Description
Definition at line 362 of file css_rule.h.
Constructor & Destructor Documentation
CSSPageRule::CSSPageRule | ( | ) |
Definition at line 323 of file css_rule.cpp.
CSSPageRule::CSSPageRule | ( | const CSSPageRule & | other | ) |
Definition at line 327 of file css_rule.cpp.
CSSPageRule::CSSPageRule | ( | const CSSRule & | other | ) |
Definition at line 331 of file css_rule.cpp.
CSSPageRule::CSSPageRule | ( | CSSPageRuleImpl * | impl | ) |
Definition at line 337 of file css_rule.cpp.
CSSPageRule::~CSSPageRule | ( | ) |
Definition at line 353 of file css_rule.cpp.
Member Function Documentation
CSSPageRule & CSSPageRule::operator= | ( | const CSSRule & | other | ) |
CSSPageRule & CSSPageRule::operator= | ( | const CSSPageRule & | other | ) |
Definition at line 341 of file css_rule.cpp.
DOMString CSSPageRule::selectorText | ( | ) | const |
The parsable textual representation of the page selector for the rule.
Definition at line 357 of file css_rule.cpp.
void CSSPageRule::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 363 of file css_rule.cpp.
CSSStyleDeclaration CSSPageRule::style | ( | ) | const |
The documentation for this class was generated from the following files: