khtml Library API Documentation

DOM::CSSCharsetRule Class Reference

The CSSCharsetRule interface a @charset rule in a CSS style sheet. More...

#include <css_rule.h>

Inheritance diagram for DOM::CSSCharsetRule:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CSSCharsetRule ()
 CSSCharsetRule (const CSSCharsetRule &other)
 CSSCharsetRule (const CSSRule &other)
 CSSCharsetRule (CSSCharsetRuleImpl *impl)
CSSCharsetRuleoperator= (const CSSCharsetRule &other)
CSSCharsetRuleoperator= (const CSSRule &other)
 ~CSSCharsetRule ()
DOM::DOMString encoding () const
void setEncoding (const DOM::DOMString &)

Detailed Description

The CSSCharsetRule interface a @charset rule in a CSS style sheet.

A @charset rule can be used to define the encoding of the style sheet.

Definition at line 149 of file css_rule.h.


Member Function Documentation

DOMString CSSCharsetRule::encoding  )  const
 

The encoding information used in this @charset rule.

Definition at line 146 of file css_rule.cpp.

References DOM::CSSRule::impl.

void CSSCharsetRule::setEncoding const DOM::DOMString  ) 
 

see encoding

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

Exceptions:
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this encoding rule is readonly.

Definition at line 152 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.3.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sun Oct 9 08:09:04 2005 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003