class CSSStyleRule

The CSSStyleRule interface represents a single 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 CSSStyleRule interface represents a single rule set 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 selector 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 declaration-block of this rule set.


Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53.