khtml Library API Documentation

DOM::HTMLStyleElement Class Reference

Style information. More...

#include <html_head.h>

Inheritance diagram for DOM::HTMLStyleElement:

DOM::HTMLElement DOM::Element DOM::Node List of all members.

Public Methods

HTMLStyleElement & operator= (const Node &other)
bool disabled () const
 Enables/disables the style sheet.

void setDisabled (bool)
 see disabled

DOMString media () const
 Designed for use with one or more target media.

void setMedia (const DOMString &)
 see media

DOMString type () const
 The style sheet language (Internet media type).

void setType (const DOMString &)
 see type

StyleSheet sheet () const
 Introduced in DOM Level 2 This method is from the LinkStyle interface.


Detailed Description

Style information.

A more detailed style sheet object model is planned to be defined in a separate document. See the STYLE element definition in HTML 4.0.

Definition at line 450 of file html_head.h.


Member Function Documentation

bool HTMLStyleElement::disabled  
 

Enables/disables the style sheet.

Definition at line 430 of file html_head.cpp.

void HTMLStyleElement::setDisabled bool   
 

see disabled

Definition at line 436 of file html_head.cpp.

DOMString HTMLStyleElement::media  
 

Designed for use with one or more target media.

See the media attribute definition in HTML 4.0.

Definition at line 443 of file html_head.cpp.

void HTMLStyleElement::setMedia const DOMString  
 

see media

Definition at line 449 of file html_head.cpp.

DOMString HTMLStyleElement::type  
 

The style sheet language (Internet media type).

See the type attribute definition in HTML 4.0.

Definition at line 454 of file html_head.cpp.

void HTMLStyleElement::setType const DOMString  
 

see type

Definition at line 460 of file html_head.cpp.

StyleSheet HTMLStyleElement::sheet  
 

Introduced in DOM Level 2 This method is from the LinkStyle interface.

The style sheet.

Definition at line 465 of file html_head.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:47 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001