org.kde.koala
public class HTMLStyleElement extends HTMLElement
UNKNOWN: Style information.
| Constructor Summary | |
|---|---|
| protected | HTMLStyleElement(Class dummy) |
| HTMLStyleElement() | |
| HTMLStyleElement(HTMLStyleElement other) | |
| HTMLStyleElement(Node other) | |
| Method Summary | |
|---|---|
| boolean | disabled()
Enables/disables the style sheet. |
| String | media()
Designed for use with one or more target media. |
| void | setDisabled(boolean arg1)
see disabled |
| void | setMedia(String arg1)
see media |
| void | setType(String arg1)
see type |
| StyleSheet | sheet()
Introduced in DOM Level 2
This method is from the LinkStyle interface
The style sheet. |
| String | type()
The style sheet language (Internet media type). |
UNKNOWN: Enables/disables the style sheet.
UNKNOWN: Designed for use with one or more target media.
UNKNOWN: see disabled
UNKNOWN: see media
UNKNOWN: see type
UNKNOWN: Introduced in DOM Level 2 This method is from the LinkStyle interface
UNKNOWN: The style sheet language (Internet media type).