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


| Public Member Functions | |
| HTMLStyleElement (const HTMLStyleElement &other) | |
| HTMLStyleElement (const Node &other) | |
| HTMLStyleElement & | operator= (const HTMLStyleElement &other) | 
| HTMLStyleElement & | operator= (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
| 
 | 
| Enables/disables the style sheet. 
 Definition at line 433 of file html_head.cpp. | 
| 
 | 
| see disabled 
 Definition at line 439 of file html_head.cpp. | 
| 
 | 
| 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. | 
| 
 | 
| see media 
 Definition at line 452 of file html_head.cpp. | 
| 
 | 
| 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. | 
| 
 | 
| see type 
 Definition at line 463 of file html_head.cpp. | 
| 
 | 
| Introduced in DOM Level 2 This method is from the LinkStyle interface. The style sheet. Definition at line 468 of file html_head.cpp. | 
The documentation for this class was generated from the following files:

