khtml Library API Documentation

DOM::CSSStyleRule Class Reference

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

#include <css_rule.h>

Inheritance diagram for DOM::CSSStyleRule:

Inheritance graph
[legend]
Collaboration diagram for DOM::CSSStyleRule:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CSSStyleRule (const CSSStyleRule &other)
 CSSStyleRule (const CSSRule &other)
 CSSStyleRule (CSSStyleRuleImpl *impl)
CSSStyleRuleoperator= (const CSSStyleRule &other)
CSSStyleRuleoperator= (const CSSRule &other)
DOM::DOMString selectorText () const
void setSelectorText (const DOM::DOMString &)
CSSStyleDeclaration style () const

Detailed Description

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

Definition at line 411 of file css_rule.h.


Member Function Documentation

DOMString CSSStyleRule::selectorText  )  const
 

The textual representation of the selector for the rule set.

The implementation may have stripped out insignificant whitespace while parsing the selector.

Definition at line 414 of file css_rule.cpp.

void CSSStyleRule::setSelectorText const DOM::DOMString  ) 
 

see selectorText

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

Definition at line 420 of file css_rule.cpp.

CSSStyleDeclaration CSSStyleRule::style  )  const
 

The declaration-block of this rule set.

Definition at line 425 of file css_rule.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for khtml Library Version 3.2.3.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Sep 30 05:21:54 2004 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2003