org.kde.koala
Class CSSStyleRule

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


Constructor Summary
  CSSStyleRule()
           
protected CSSStyleRule(java.lang.Class dummy)
           
  CSSStyleRule(CSSRule other)
           
  CSSStyleRule(CSSStyleRule other)
           
 
Method Summary
 java.lang.String selectorText()
          The textual representation of the selector for the rule set.
 void setSelectorText(java.lang.String arg1)
          see selectorText
 CSSStyleDeclaration style()
          The declaration-block of this rule set.
 
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

CSSStyleRule

protected CSSStyleRule(java.lang.Class dummy)

CSSStyleRule

public CSSStyleRule()

CSSStyleRule

public CSSStyleRule(CSSStyleRule other)

CSSStyleRule

public CSSStyleRule(CSSRule other)
Method Detail

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.