DOM::CSSPageRule Class Reference
Inheritance diagram for DOM::CSSPageRule:

Detailed Description
Definition at line 362 of file css_rule.h.
Public Member Functions | |
| CSSPageRule () | |
| CSSPageRule (const CSSPageRule &other) | |
| CSSPageRule (const CSSRule &other) | |
| CSSPageRule (CSSPageRuleImpl *impl) | |
| CSSPageRule & | operator= (const CSSPageRule &other) |
| CSSPageRule & | operator= (const CSSRule &other) |
| ~CSSPageRule () | |
| DOM::DOMString | selectorText () const |
| void | setSelectorText (const DOM::DOMString &) |
| CSSStyleDeclaration | style () const |
Member Function Documentation
| 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 & | ) |
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:

