API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom.stylesheets. StyleSheet View Source
Author(s)
Since
DOM Level 2
Version
Serial
Hierarchy
 StyleSheet
Subinterfaces
Description
public interface StyleSheet
  The StyleSheet interface is the abstract base interface for any type of style sheet.
See also:   
Methods
Hide/Show inherited methods
public boolean getDisabled ()
  false if the style sheet is applied to the document.
public String getHref ()
  If the style sheet is a linked style sheet, the value of its attribute is its location.
public MediaList getMedia ()
  The intended destination media for style information.
public Node getOwnerNode ()
  The node that associates this style sheet with the document.
public StyleSheet getParentStyleSheet ()
  For style sheet languages that support the concept of style sheet inclusion, this attribute represents the including style sheet, if one exists.
public String getTitle ()
  The advisory title.
public String getType ()
  This specifies the style sheet language for this style sheet.
public void setDisabled (boolean disabled)
  false if the style sheet is applied to the document.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar