class CSSImportRule

The CSSImportRule interface represents a More...

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

Public Methods


Detailed Description

The CSSImportRule interface represents a @import rule within a CSS style sheet. The @import rule is used to import style rules from other style sheets.

 CSSImportRule ()

CSSImportRule

 CSSImportRule (const CSSImportRule &other)

CSSImportRule

 CSSImportRule (const CSSRule &other)

CSSImportRule

 CSSImportRule (CSSImportRuleImpl *impl)

CSSImportRule

CSSImportRule &  operator = (const CSSImportRule &other)

operator =

Reimplemented from CSSRule.

CSSImportRule &  operator = (const CSSRule &other)

operator =

Reimplemented from CSSRule.

 ~CSSImportRule ()

~CSSImportRule

DOM::DOMString  href ()

href

[const]

The location of the style sheet to be imported. The attribute will not contain the "url(...)" specifier around the URI.

MediaList  media ()

media

[const]

A list of media types for which this style sheet may be used.

CSSStyleSheet  styleSheet ()

styleSheet

[const]

The style sheet referred to by this rule, if it has been loaded. The value of this attribute is null if the style sheet has not yet been loaded or if it will not be loaded (e.g. if the style sheet is for a media type not supported by the user agent).


Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53.