org.kde.koala
public class CSSCharsetRule extends CSSRule
CSSCharsetRule interface a \@charset
rule in a CSS style sheet. A \@charset rule can
be used to define the encoding of the style sheet.UNKNOWN: The CSSCharsetRule interface a \@charset rule in a CSS style sheet.
| Constructor Summary | |
|---|---|
| protected | CSSCharsetRule(Class dummy) |
| CSSCharsetRule() | |
| CSSCharsetRule(CSSCharsetRule other) | |
| CSSCharsetRule(CSSRule other) | |
| Method Summary | |
|---|---|
| String | encoding()
The encoding information used in this \@charset
rule. |
| void | setEncoding(String arg1)
see encoding |
\@charset
rule.UNKNOWN: The encoding information used in this \@charset rule.
UNKNOWN: see encoding