khtml Library API Documentation

DOM::CSSPageRule Class Reference

Inheritance diagram for DOM::CSSPageRule:

DOM::CSSRule List of all members.

Public Member Functions

 CSSPageRule ()
 CSSPageRule (const CSSPageRule &other)
 CSSPageRule (const CSSRule &other)
 CSSPageRule (CSSPageRuleImpl *impl)
CSSPageRuleoperator= (const CSSPageRule &other)
CSSPageRuleoperator= (const CSSRule &other)
 ~CSSPageRule ()
DOM::DOMString selectorText () const
void setSelectorText (const DOM::DOMString &)
CSSStyleDeclaration style () const

Detailed Description

Definition at line 362 of file css_rule.h.


Member Function Documentation

DOMString CSSPageRule::selectorText  )  const
 

The parsable textual representation of the page selector for the rule.

Definition at line 357 of file css_rule.cpp.

References DOM::CSSRule::impl.

void CSSPageRule::setSelectorText const DOM::DOMString  ) 
 

see selectorText

Exceptions:
CSSException SYNTAX_ERR: Raised if the specified CSS string value has a syntax error and is unparsable.

Exceptions:
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this style sheet is readonly.

Definition at line 363 of file css_rule.cpp.

References DOM::CSSRule::impl.

CSSStyleDeclaration CSSPageRule::style  )  const
 

The declaration-block of this rule.

Definition at line 368 of file css_rule.cpp.

References DOM::CSSRule::impl.


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.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Feb 8 06:25:42 2006 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003