org.kde.koala

Class CSSStyleRule

public class CSSStyleRule extends CSSRule

The CSSStyleRule interface represents a single rule set in a CSS style sheet.

UNKNOWN: The CSSStyleRule interface represents a single Constructor Summary protected CSSStyleRule(Class dummy)

CSSStyleRule()
CSSStyleRule(CSSStyleRule other)
CSSStyleRule(CSSRule other)
Method Summary
StringselectorText()
The textual representation of the selector for the rule set.
voidsetSelectorText(String arg1)
see selectorText
CSSStyleDeclarationstyle()
The declaration-block of this rule set.

Constructor Detail

CSSStyleRule

protected CSSStyleRule(Class dummy)

CSSStyleRule

public CSSStyleRule()

CSSStyleRule

public CSSStyleRule(CSSStyleRule other)

CSSStyleRule

public CSSStyleRule(CSSRule other)

Method Detail

selectorText

public String selectorText()
The textual representation of the selector for the rule set. The implementation may have stripped out insignificant whitespace while parsing the selector.

UNKNOWN: The textual representation of the .String)" id="setSelectorText(.String)">setSelectorText

public void setSelectorText(String arg1)
see selectorText

UNKNOWN: see selectorText

style

public CSSStyleDeclaration style()
The declaration-block of this rule set.

UNKNOWN: The