KHTML
DOM::HTMLStyleElement Class Reference
Style information. More...
#include <html_head.h>
Public Member Functions | |
bool | disabled () const |
HTMLStyleElement (const Node &other) | |
HTMLStyleElement (const HTMLStyleElement &other) | |
HTMLStyleElement () | |
DOMString | media () const |
HTMLStyleElement & | operator= (const Node &other) |
HTMLStyleElement & | operator= (const HTMLStyleElement &other) |
void | setDisabled (bool) |
void | setMedia (const DOMString &) |
void | setType (const DOMString &) |
StyleSheet | sheet () const |
DOMString | type () const |
~HTMLStyleElement () | |
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.
Constructor & Destructor Documentation
HTMLStyleElement::HTMLStyleElement | ( | ) |
Definition at line 405 of file html_head.cpp.
HTMLStyleElement::HTMLStyleElement | ( | const HTMLStyleElement & | other | ) |
Definition at line 409 of file html_head.cpp.
DOM::HTMLStyleElement::HTMLStyleElement | ( | const Node & | other | ) | [inline] |
Definition at line 454 of file html_head.h.
HTMLStyleElement::HTMLStyleElement | ( | HTMLStyleElementImpl * | impl | ) | [protected] |
Definition at line 413 of file html_head.cpp.
HTMLStyleElement::~HTMLStyleElement | ( | ) |
Definition at line 429 of file html_head.cpp.
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.
HTMLStyleElement & HTMLStyleElement::operator= | ( | const Node & | other | ) |
HTMLStyleElement & HTMLStyleElement::operator= | ( | const HTMLStyleElement & | other | ) |
Definition at line 423 of file html_head.cpp.
void HTMLStyleElement::setDisabled | ( | bool | _disabled | ) |
void HTMLStyleElement::setMedia | ( | const DOMString & | value | ) |
void HTMLStyleElement::setType | ( | const DOMString & | value | ) |
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: