Public Methods
The CSSCharsetRule
interface a @charset
rule in a CSS style sheet. A @charset
rule can
be used to define the encoding of the style sheet.
CSSCharsetRule ()
| CSSCharsetRule |
CSSCharsetRule (const CSSCharsetRule &other)
| CSSCharsetRule |
CSSCharsetRule (const CSSRule &other)
| CSSCharsetRule |
CSSCharsetRule (CSSCharsetRuleImpl *impl)
| CSSCharsetRule |
CSSCharsetRule & operator = (const CSSCharsetRule &other)
| operator = |
Reimplemented from CSSRule.
CSSCharsetRule & operator = (const CSSRule &other)
| operator = |
Reimplemented from CSSRule.
~CSSCharsetRule ()
| ~CSSCharsetRule |
[const]
The encoding information used in this @charset
rule.
see encoding
Throws: CSSException, SYNTAX_ERR:, Raised, if, the, specified, encoding, value, has, a, syntax, error, and, is, unparsable., DOMException, NO_MODIFICATION_ALLOWED_ERR:, Raised, if, this, encoding, rule, is, readonly.
Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53. |