org.kde.koala
public class CSSRule extends Object implements QtSupport
CSSRule
interface is the abstract base interface
for any type of CSS statement
. This includes both rule sets
and
at-rules . An implementation is expected to preserve all rules
specified in a CSS style sheet, even if it is not recognized.
Unrecognized rules are represented using the CSSUnknownRule
interface.UNKNOWN: The UNKNOWN: The parsable textual representation of the rule. UNKNOWN: UNKNOWN: If this rule is contained inside another rule (e. UNKNOWN: The style sheet that contains this rule. UNKNOWN: see cssText UNKNOWN: The type of the rule, as defined above. CSSRule
interface is the abstract base interface for any type of CSS
Constructor Summary protected CSSRule(Class dummy) CSSRule() CSSRule(CSSRule other)
Method Summary String cssText() boolean isNull() CSSRule parentRule() CSSStyleSheet parentStyleSheet() void setCssText(String arg1) short type() Constructor Detail
CSSRule
CSSRule
CSSRule
Method Detail
cssText
isNull
parentRule
null
.parentStyleSheet
setCssText
type
CSSRule
interface to the
specific derived interface implied by the type
.