FileDocCategorySizeDatePackage
HTMLStyleElement.javaAPI DocJava SE 5 API1467Fri Aug 26 14:58:40 BST 2005org.w3c.dom.html

HTMLStyleElement

public interface HTMLStyleElement implements HTMLElement
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.

Fields Summary
Constructors Summary
Methods Summary
public booleangetDisabled()
Enables/disables the style sheet.

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

public java.lang.StringgetType()
The content type pf the style sheet language. See the type attribute definition in HTML 4.0.

public voidsetDisabled(boolean disabled)

public voidsetMedia(java.lang.String media)

public voidsetType(java.lang.String type)