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 Member Functions

 HTMLStyleElement (const HTMLStyleElement &other)
 HTMLStyleElement (const Node &other)
HTMLStyleElementoperator= (const HTMLStyleElement &other)
HTMLStyleElementoperator= (const Node &other)
bool disabled () const
void setDisabled (bool)
DOMString media () const
void setMedia (const DOMString &)
DOMString type () const
void setType (const DOMString &)
StyleSheet sheet () const

Protected Member Functions

 HTMLStyleElement (HTMLStyleElementImpl *impl)

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 449 of file html_head.h.


Member Function Documentation

bool HTMLStyleElement::disabled (  )  const

Enables/disables the style sheet.

Definition at line 433 of file html_head.cpp.

DOMString HTMLStyleElement::media (  )  const

Designed for use with one or more target media.

See the media attribute definition in HTML 4.0.

Definition at line 446 of file html_head.cpp.

void HTMLStyleElement::setDisabled ( bool  _disabled  ) 

see disabled

Definition at line 439 of file html_head.cpp.

void HTMLStyleElement::setMedia ( const DOMString value  ) 

see media

Definition at line 452 of file html_head.cpp.

void HTMLStyleElement::setType ( const DOMString value  ) 

see type

Definition at line 463 of file html_head.cpp.

StyleSheet HTMLStyleElement::sheet (  )  const

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

The style sheet.

Definition at line 468 of file html_head.cpp.

DOMString HTMLStyleElement::type (  )  const

The style sheet language (Internet media type).

See the type attribute definition in HTML 4.0.

Definition at line 457 of file html_head.cpp.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys