|
|
Style information. A more detailed style sheet object model is planned to be defined in a separate document. See the <a href="http://www.w3.org/TR/REC-html40/present/styles.html#edef-STYLE"> STYLE element definition </a> in HTML 4.0.
HTMLStyleElement ()
| HTMLStyleElement |
HTMLStyleElement (const HTMLStyleElement &other)
| HTMLStyleElement |
HTMLStyleElement (const Node &other)
| HTMLStyleElement |
HTMLStyleElement (HTMLStyleElementImpl *impl)
| HTMLStyleElement |
[protected]
HTMLStyleElement & operator = (const HTMLStyleElement &other)
| operator = |
Reimplemented from HTMLElement.
HTMLStyleElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
~HTMLStyleElement ()
| ~HTMLStyleElement |
bool disabled ()
| disabled |
[const]
Enables/disables the style sheet.
void setDisabled ( bool )
| setDisabled |
see disabled
DOMString media ()
| media |
[const]
Designed for use with one or more target media. See the <a href="http://www.w3.org/TR/REC-html40/present/styles.html#adef-media"> media attribute definition </a> in HTML 4.0.
void setMedia ( const DOMString & )
| setMedia |
see media
DOMString type ()
| type |
[const]
The style sheet language (Internet media type). See the <a href="http://www.w3.org/TR/REC-html40/present/styles.html#adef-type-STYLE"> type attribute definition </a> in HTML 4.0.
void setType ( const DOMString & )
| setType |
see type
StyleSheet sheet ()
| sheet |
[const]
Introduced in DOM Level 2 This method is from the LinkStyle interface
The style sheet.
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |