org.kde.koala
Class CSSStyleRule
java.lang.Object
org.kde.koala.CSSRule
org.kde.koala.CSSStyleRule
- All Implemented Interfaces:
- org.kde.qt.QtSupport
public class CSSStyleRule
- extends CSSRule
The CSSStyleRule
interface represents a single rule set
in a CSS style sheet.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSSStyleRule
protected CSSStyleRule(java.lang.Class dummy)
CSSStyleRule
public CSSStyleRule()
CSSStyleRule
public CSSStyleRule(CSSStyleRule other)
CSSStyleRule
public CSSStyleRule(CSSRule other)
selectorText
public java.lang.String selectorText()
- The textual representation of the selector
for the rule set. The implementation may have stripped out
insignificant whitespace while parsing the selector.
setSelectorText
public void setSelectorText(java.lang.String arg1)
- see selectorText
style
public CSSStyleDeclaration style()
- The
declaration-block of this rule set.