API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom.css. CSSStyleSheet View Source
Author(s)
Since
DOM Level 2
Version
Serial
Hierarchy
 StyleSheet
      CSSStyleSheet
Subinterfaces
Description
public interface CSSStyleSheet
  The CSSStyleSheet interface is a concrete interface used to represent a CSS style sheet i.e., a style sheet whose content type is "text/css".
See also:   
Methods
Hide/Show inherited methods
public void deleteRule (int index) throws DOMException
  Used to delete a rule from the style sheet.
public CSSRuleList getCssRules ()
  The list of all CSS rules contained within the style sheet.
public CSSRule getOwnerRule ()
  If this style sheet comes from an @import rule, the ownerRule attribute will contain the CSSImportRule.
public int insertRule (String rule, int index) throws DOMException
  Used to insert a new rule into the style sheet.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar