class HTMLStyleElement

Style information. More...

Full nameDOM::HTMLStyleElement
Definition#include <html_head.h>
InheritsDOM::HTMLElement [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


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.

 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 media attribute definition in HTML 4.0.

void  setMedia ( const DOMString & )

setMedia

see media

DOMString  type ()

type

[const]

The style sheet language (Internet media type). See the type attribute definition 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: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53.