class CSSCharsetRule
|
The <code> CSSCharsetRule </code> interface a <a href=""> @charset
rule </a> in a CSS style sheet. More... |
|
|
Public Methods
The <code> CSSCharsetRule </code> interface a <a href=""> @charset
rule </a> in a CSS style sheet. A <code> @charset </code> 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 <code> @charset </code>
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: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |