org.kde.koala
Class CSSCharsetRule
java.lang.Object
org.kde.koala.CSSRule
org.kde.koala.CSSCharsetRule
- All Implemented Interfaces:
- org.kde.qt.QtSupport
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.
Method Summary |
java.lang.String |
encoding()
The encoding information used in this \@charset
rule. |
void |
setEncoding(java.lang.String arg1)
see encoding |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSSCharsetRule
protected CSSCharsetRule(java.lang.Class dummy)
CSSCharsetRule
public CSSCharsetRule()
CSSCharsetRule
public CSSCharsetRule(CSSCharsetRule other)
CSSCharsetRule
public CSSCharsetRule(CSSRule other)
encoding
public java.lang.String encoding()
- The encoding information used in this
\@charset
rule.
setEncoding
public void setEncoding(java.lang.String arg1)
- see encoding