DOM::HTMLStyleElement Class Reference
#include <html_head.h>
Inheritance diagram for DOM::HTMLStyleElement:

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.
Public Member Functions | |
HTMLStyleElement () | |
HTMLStyleElement (const HTMLStyleElement &other) | |
HTMLStyleElement (const Node &other) | |
HTMLStyleElement & | operator= (const HTMLStyleElement &other) |
HTMLStyleElement & | operator= (const Node &other) |
~HTMLStyleElement () | |
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) |
Member Function Documentation
bool HTMLStyleElement::disabled | ( | ) | const |
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 | ) |
void HTMLStyleElement::setMedia | ( | const DOMString & | ) |
void HTMLStyleElement::setType | ( | const DOMString & | ) |
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: