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

All Implemented Interfaces:
    DOMImplementation

This interface allows the DOM user to create a CSSStyleSheet outside the context of a document. There is no way to associate the new CSSStyleSheet with a document in DOM Level 2.

See also the Document Object Model (DOM) Level 2 Style Specification.

Method from org.w3c.dom.css.DOMImplementationCSS Summary:
createCSSStyleSheet
Method from org.w3c.dom.css.DOMImplementationCSS Detail:
 public CSSStyleSheet createCSSStyleSheet(String title,
    String media) throws DOMException
    Creates a new CSSStyleSheet.