org.kde.koala

Class CSSCharsetRule

public class CSSCharsetRule extends CSSRule

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.

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
Stringencoding()
The encoding information used in this \@charset rule.
voidsetEncoding(String arg1)
see encoding

Constructor Detail

CSSCharsetRule

protected CSSCharsetRule(Class dummy)

CSSCharsetRule

public CSSCharsetRule()

CSSCharsetRule

public CSSCharsetRule(CSSCharsetRule other)

CSSCharsetRule

public CSSCharsetRule(CSSRule other)

Method Detail

encoding

public String encoding()
The encoding information used in this \@charset rule.

UNKNOWN: The encoding information used in this \@charset rule.

setEncoding

public void setEncoding(String arg1)
see encoding

UNKNOWN: see encoding