DOM::CSSCharsetRule Class Reference
TheCSSCharsetRule
interface a @charset rule in a CSS style sheet.
More...
#include <css_rule.h>
Inheritance diagram for DOM::CSSCharsetRule:

Public Member Functions | |
CSSCharsetRule (const CSSCharsetRule &other) | |
CSSCharsetRule (const CSSRule &other) | |
CSSCharsetRule (CSSCharsetRuleImpl *impl) | |
CSSCharsetRule & | operator= (const CSSCharsetRule &other) |
CSSCharsetRule & | operator= (const CSSRule &other) |
DOM::DOMString | encoding () const |
void | setEncoding (const DOM::DOMString &) |
Detailed Description
TheCSSCharsetRule
interface a @charset rule in a CSS style sheet.
A @charset
rule can be used to define the encoding of the style sheet.
Definition at line 149 of file css_rule.h.
Member Function Documentation
DOMString CSSCharsetRule::encoding | ( | ) | const |
void CSSCharsetRule::setEncoding | ( | const DOM::DOMString & | value | ) |
see encoding
- Exceptions:
-
CSSException SYNTAX_ERR: Raised if the specified encoding value has a syntax error and is unparsable.
- Exceptions:
-
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this encoding rule is readonly.
Definition at line 152 of file css_rule.cpp.
The documentation for this class was generated from the following files: