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:

DOM::CSSRule List of all members.

Public Methods

CSSCharsetRule & operator= (const CSSRule &other)
DOM::DOMString encoding () const
 The encoding information used in this @charset rule.

void setEncoding (const DOM::DOMString &)
 see encoding


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  
 

The encoding information used in this @charset rule.

Definition at line 147 of file css_rule.cpp.

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.
DOMException  NO_MODIFICATION_ALLOWED_ERR: Raised if this encoding rule is readonly.

Definition at line 153 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 kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:22:44 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001