org.w3c.dom.html2
public interface HTMLStyleElement extends HTMLElement
LinkStyle
interface in the StyleSheets
module [DOM Level 2 Style Sheets and CSS].
See also the Document Object Model (DOM) Level 2 HTML Specification.
Method Summary | |
---|---|
boolean | getDisabled()
Enables/disables the style sheet. |
String | getMedia()
Designed for use with one or more target media. |
String | getType()
The content type of the style sheet language. |
void | setDisabled(boolean disabled)
Enables/disables the style sheet. |
void | setMedia(String media)
Designed for use with one or more target media. |
void | setType(String type)
The content type of the style sheet language. |