Uses of Interface
org.w3c.dom.css.CSSStyleSheet

Packages that use CSSStyleSheet
org.apache.batik.css Provides the classes for accessing CSS2 through DOM level 2 interfaces. 
org.apache.batik.dom.svg   
org.w3c.dom.css   
 

Uses of CSSStyleSheet in org.apache.batik.css
 

Classes in org.apache.batik.css that implement CSSStyleSheet
 class CSSOMStyleSheet
          This class provides an implementation of the CSSStyleSheet interface.
 

Fields in org.apache.batik.css declared as CSSStyleSheet
protected  CSSStyleSheet AbstractViewCSS.userAgentStyleSheet
          The user-agent style sheet.
protected  CSSStyleSheet AbstractViewCSS.userStyleSheet
          The user style sheet.
protected  CSSStyleSheet AbstractCSSRule.parentStyleSheet
          The parent StyleSheet.
protected  CSSStyleSheet CSSOMImportRule.styleSheet
          The parent StyleSheet.
 

Methods in org.apache.batik.css that return CSSStyleSheet
 CSSStyleSheet AbstractCSSRule.getParentStyleSheet()
          DOM: Implements CSSRule.getParentStyleSheet().
 CSSStyleSheet CSSOMImportRule.getStyleSheet()
          DOM: Implements CSSImportRule.getStyleSheet().
 

Methods in org.apache.batik.css with parameters of type CSSStyleSheet
 void AbstractViewCSS.setUserAgentStyleSheet(CSSStyleSheet ss)
          Sets the user-agent style sheet to use for cascading.
 void AbstractViewCSS.setUserStyleSheet(CSSStyleSheet ss)
          Sets the user style sheet to use for cascading.
 

Constructors in org.apache.batik.css with parameters of type CSSStyleSheet
AbstractCSSRule(CSSStyleSheet ss, CSSRule pr)
          Creates a new AbstractCSSRule object.
CSSOMImportRule(CSSStyleSheet parent, java.lang.String href, MediaList media)
          Creates a new CSSOMImportRule object.
CSSOMMediaRule(CSSStyleSheet parent, CSSRule pr, MediaList media, Parser p, ValueFactoryMap m)
          Creates a new media rule.
CSSOMStyleRule(CSSStyleSheet ss, CSSRule pr, Parser p, ValueFactoryMap m)
          Creates a new rule set.
CSSOMUnknownRule(CSSStyleSheet parent, CSSRule pr, java.lang.String text, Parser p)
          Creates a new CSSOMUnknownRule.
 

Uses of CSSStyleSheet in org.apache.batik.dom.svg
 

Methods in org.apache.batik.dom.svg that return CSSStyleSheet
 CSSStyleSheet SVGDOMImplementation.createCSSStyleSheet(java.lang.String title, java.lang.String media)
          DOM: Implements DOMImplementationCSS.createCSSStyleSheet(String,String).
 CSSStyleSheet SVGDOMImplementation.getUserAgentStyleSheet()
          Returns the user-agent stylesheet.
 

Uses of CSSStyleSheet in org.w3c.dom.css
 

Methods in org.w3c.dom.css that return CSSStyleSheet
 CSSStyleSheet DOMImplementationCSS.createCSSStyleSheet(java.lang.String title, java.lang.String media)
          Creates a new CSSStyleSheet.
 CSSStyleSheet CSSImportRule.getStyleSheet()
          The style sheet referred to by this rule, if it has been loaded.
 CSSStyleSheet CSSRule.getParentStyleSheet()
          The style sheet that contains this rule.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.