CSSCharsetRule Class Reference
from PyKDE4.khtml import *
Inherits: DOM.CSSRule
Namespace: DOM
Detailed Description
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.
Method Documentation
__init__ |
( |
self, |
|
|
|
CSSCharsetRuleImpl |
impl |
|
) |
|
|
|
The encoding information used in this \@charset
rule.
see encoding
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.