Save This Page
Home » openjdk-7 » org.w3c » dom » html » [javadoc | source]
org.w3c.dom.html
public interface: HTMLStyleElement [javadoc | source]

All Implemented Interfaces:
    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.
Method from org.w3c.dom.html.HTMLStyleElement Summary:
getDisabled,   getMedia,   getType,   setDisabled,   setMedia,   setType
Method from org.w3c.dom.html.HTMLStyleElement Detail:
 public boolean getDisabled()
    Enables/disables the style sheet.
 public String getMedia()
    Designed for use with one or more target media. See the media attribute definition in HTML 4.0.
 public String getType()
    The content type pf the style sheet language. See the type attribute definition in HTML 4.0.
 public  void setDisabled(boolean disabled)
 public  void setMedia(String media)
 public  void setType(String type)