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
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.

DOM::DOMString  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 & )

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 ()

[const]

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


Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35.