DOM::CSSCharsetRule Class Reference
The CSSCharsetRule interface a 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 |
The encoding information used in this rule. | |
| void | setEncoding (const DOM::DOMString &) |
| see encoding | |
Detailed Description
The CSSCharsetRule interface a rule in a CSS style sheet.
A rule can be used to define the encoding of the style sheet.
Definition at line 149 of file css_rule.h.
Member Function Documentation
|
|
The encoding information used in this
Definition at line 147 of file css_rule.cpp. |
|
|
see encoding
Definition at line 153 of file css_rule.cpp. |
The documentation for this class was generated from the following files:
