public interface

HTMLStyleElement

implements HTMLElement
org.w3c.dom.html.HTMLStyleElement

Class Overview

Style information. See the STYLE element definition in HTML 4.0, the module and the LinkStyle interface in the module.

See also the Document Object Model (DOM) Level 2 Specification.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract boolean getDisabled()
Enables/disables the style sheet.
abstract String getMedia()
Designed for use with one or more target media.
abstract String getType()
The content type pf the style sheet language.
abstract void setDisabled(boolean disabled)
abstract void setMedia(String media)
abstract void setType(String type)
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.html.HTMLElement

Public Methods

public abstract boolean getDisabled ()

Enables/disables the style sheet.

public abstract String getMedia ()

Designed for use with one or more target media. See the media attribute definition in HTML 4.0.

public abstract String getType ()

The content type pf the style sheet language. See the type attribute definition in HTML 4.0.

public abstract void setDisabled (boolean disabled)

public abstract void setMedia (String media)

public abstract void setType (String type)