org.kde.koala

Class HTMLStyleElement

public class HTMLStyleElement extends HTMLElement

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.

UNKNOWN: Style information.

Constructor Summary
protected HTMLStyleElement(Class dummy)
HTMLStyleElement()
HTMLStyleElement(HTMLStyleElement other)
HTMLStyleElement(Node other)
Method Summary
booleandisabled()
Enables/disables the style sheet.
Stringmedia()
Designed for use with one or more target media.
voidsetDisabled(boolean arg1)
see disabled
voidsetMedia(String arg1)
see media
voidsetType(String arg1)
see type
StyleSheetsheet()
Introduced in DOM Level 2 This method is from the LinkStyle interface The style sheet.
Stringtype()
The style sheet language (Internet media type).

Constructor Detail

HTMLStyleElement

protected HTMLStyleElement(Class dummy)

HTMLStyleElement

public HTMLStyleElement()

HTMLStyleElement

public HTMLStyleElement(HTMLStyleElement other)

HTMLStyleElement

public HTMLStyleElement(Node other)

Method Detail

disabled

public boolean disabled()
Enables/disables the style sheet.

UNKNOWN: Enables/disables the style sheet.

media

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

UNKNOWN: Designed for use with one or more target media.

setDisabled

public void setDisabled(boolean arg1)
see disabled

UNKNOWN: see disabled

setMedia

public void setMedia(String arg1)
see media

UNKNOWN: see media

setType

public void setType(String arg1)
see type

UNKNOWN: see type

sheet

public StyleSheet sheet()
Introduced in DOM Level 2 This method is from the LinkStyle interface The style sheet.

UNKNOWN: Introduced in DOM Level 2 This method is from the LinkStyle interface

type

public String type()
The style sheet language (Internet media type). See the type attribute definition in HTML 4.0.

UNKNOWN: The style sheet language (Internet media type).