org.kde.koala
Class CSSCharsetRule

java.lang.Object
  extended by org.kde.koala.CSSRule
      extended by 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.


Constructor Summary
  CSSCharsetRule()
           
protected CSSCharsetRule(java.lang.Class dummy)
           
  CSSCharsetRule(CSSCharsetRule other)
           
  CSSCharsetRule(CSSRule other)
           
 
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 org.kde.koala.CSSRule
cssText, isNull, parentRule, parentStyleSheet, setCssText, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSCharsetRule

protected CSSCharsetRule(java.lang.Class dummy)

CSSCharsetRule

public CSSCharsetRule()

CSSCharsetRule

public CSSCharsetRule(CSSCharsetRule other)

CSSCharsetRule

public CSSCharsetRule(CSSRule other)
Method Detail

encoding

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


setEncoding

public void setEncoding(java.lang.String arg1)
see encoding