class CSSStyleRule

The <code> CSSStyleRule </code> interface represents a single <a href="http://www. More...

Full nameDOM::CSSStyleRule
Definition#include <css_rule.h>
InheritsDOM::CSSRule [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

The <code> CSSStyleRule </code> interface represents a single <a href="http://www.w3.org/TR/REC-CSS2/syndata.html#q8"> rule set </a> in a CSS style sheet.

 CSSStyleRule ()

CSSStyleRule

 CSSStyleRule (const CSSStyleRule &other)

CSSStyleRule

 CSSStyleRule (const CSSRule &other)

CSSStyleRule

 CSSStyleRule (CSSStyleRuleImpl *impl)

CSSStyleRule

CSSStyleRule &  operator = (const CSSStyleRule &other)

operator =

Reimplemented from CSSRule.

CSSStyleRule &  operator = (const CSSRule &other)

operator =

Reimplemented from CSSRule.

 ~CSSStyleRule ()

~CSSStyleRule

DOM::DOMString  selectorText ()

selectorText

[const]

The textual representation of the <a href="http://www.w3.org/TR/REC-CSS2/selector.html"> selector </a> for the rule set. The implementation may have stripped out insignificant whitespace while parsing the selector.

void  setSelectorText ( const DOM::DOMString & )

setSelectorText

see selectorText

Throws: CSSException, SYNTAX_ERR:, Raised, if, the, specified, CSS, string, value, has, a, syntax, error, and, is, unparsable., DOMException, NO_MODIFICATION_ALLOWED_ERR:, Raised, if, this, style, sheet, is, readonly.

CSSStyleDeclaration  style ()

style

[const]

The <a href="http://www.w3.org/TR/REC-CSS2/syndata.html#q8"> declaration-block </a> of this rule set.


Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53.