API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom.css. DOMImplementationCSS View Source
Author(s)
Since
DOM Level 2
Version
Serial
Hierarchy
 DOMImplementation
      DOMImplementationCSS
Subinterfaces
Description
public interface DOMImplementationCSS
  This interface allows the DOM user to create a CSSStyleSheet outside the context of a document.
See also:   
Methods
Hide/Show inherited methods
public CSSStyleSheet createCSSStyleSheet (String title, String media) throws DOMException
  Creates a new CSSStyleSheet.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar