class CSSCharsetRule

The <code> CSSCharsetRule </code> interface a <a href=""> @charset rule </a> in a CSS style sheet. More...

Full nameDOM::CSSCharsetRule
Definition#include <css_rule.h>
InheritsDOM::CSSRule [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

The <code> CSSCharsetRule </code> interface a <a href=""> @charset rule </a> in a CSS style sheet. A <code> @charset </code> rule can be used to define the encoding of the style sheet.

 CSSCharsetRule ()

CSSCharsetRule

 CSSCharsetRule (const CSSCharsetRule &other)

CSSCharsetRule

 CSSCharsetRule (const CSSRule &other)

CSSCharsetRule

 CSSCharsetRule (CSSCharsetRuleImpl *impl)

CSSCharsetRule

CSSCharsetRule &  operator = (const CSSCharsetRule &other)

operator =

Reimplemented from CSSRule.

CSSCharsetRule &  operator = (const CSSRule &other)

operator =

Reimplemented from CSSRule.

 ~CSSCharsetRule ()

~CSSCharsetRule

DOM::DOMString  encoding ()

encoding

[const]

The encoding information used in this <code> @charset </code> rule.

void  setEncoding ( const DOM::DOMString & )

setEncoding

see encoding

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


Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53.