KHTML
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 (CSSCharsetRuleImpl *impl) | |
CSSCharsetRule (const CSSRule &other) | |
CSSCharsetRule (const CSSCharsetRule &other) | |
CSSCharsetRule () | |
DOM::DOMString | encoding () const |
CSSCharsetRule & | operator= (const CSSRule &other) |
CSSCharsetRule & | operator= (const CSSCharsetRule &other) |
void | setEncoding (const DOM::DOMString &) |
~CSSCharsetRule () |
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.
Constructor & Destructor Documentation
CSSCharsetRule::CSSCharsetRule | ( | ) |
Definition at line 111 of file css_rule.cpp.
CSSCharsetRule::CSSCharsetRule | ( | const CSSCharsetRule & | other | ) |
Definition at line 116 of file css_rule.cpp.
CSSCharsetRule::CSSCharsetRule | ( | const CSSRule & | other | ) |
Definition at line 120 of file css_rule.cpp.
CSSCharsetRule::CSSCharsetRule | ( | CSSCharsetRuleImpl * | impl | ) |
Definition at line 126 of file css_rule.cpp.
CSSCharsetRule::~CSSCharsetRule | ( | ) |
Definition at line 142 of file css_rule.cpp.
Member Function Documentation
DOMString CSSCharsetRule::encoding | ( | ) | const |
CSSCharsetRule & CSSCharsetRule::operator= | ( | const CSSRule & | other | ) |
CSSCharsetRule & CSSCharsetRule::operator= | ( | const CSSCharsetRule & | other | ) |
Definition at line 130 of file css_rule.cpp.
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: