khtml Library API Documentation

DOM::CSSImportRule Class Reference

The CSSImportRule interface represents a @import rule within a CSS style sheet. More...

#include <css_rule.h>

Inheritance diagram for DOM::CSSImportRule:

DOM::CSSRule List of all members.

Public Methods

CSSImportRule & operator= (const CSSRule &other)
DOM::DOMString href () const
 The location of the style sheet to be imported.

MediaList media () const
 A list of media types for which this style sheet may be used.

CSSStyleSheet styleSheet () const
 The style sheet referred to by this rule, if it has been loaded.


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.

Definition at line 223 of file css_rule.h.


Member Function Documentation

DOMString CSSImportRule::href  
 

The location of the style sheet to be imported.

The attribute will not contain the "url(...)" specifier around the URI.

Definition at line 240 of file css_rule.cpp.

MediaList CSSImportRule::media  
 

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

Definition at line 246 of file css_rule.cpp.

CSSStyleSheet CSSImportRule::styleSheet  
 

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).

Definition at line 252 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