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

Packages that use CSSRule
org.apache.batik.css.dom   
org.w3c.dom.css   
org.w3c.dom.svg   
 

Uses of CSSRule in org.apache.batik.css.dom
 

Fields in org.apache.batik.css.dom declared as CSSRule
protected  CSSRule CSSOMStyleDeclaration.parentRule
          The parent rule.
 

Methods in org.apache.batik.css.dom that return CSSRule
 CSSRule CSSOMStyleDeclaration.getParentRule()
          DOM: Implements CSSStyleDeclaration.getParentRule().
 CSSRule CSSOMComputedStyle.getParentRule()
          DOM: Implements CSSStyleDeclaration.getParentRule().
 

Constructors in org.apache.batik.css.dom with parameters of type CSSRule
CSSOMStyleDeclaration(CSSOMStyleDeclaration.ValueProvider vp, CSSRule parent)
          Creates a new style declaration.
CSSOMSVGStyleDeclaration(CSSOMStyleDeclaration.ValueProvider vp, CSSRule parent, CSSEngine eng)
          Creates a new CSSOMSVGStyleDeclaration.
 

Uses of CSSRule in org.w3c.dom.css
 

Subinterfaces of CSSRule in org.w3c.dom.css
 interface CSSCharsetRule
          The CSSCharsetRule interface represents a @charset rule in a CSS style sheet.
 interface CSSFontFaceRule
          The CSSFontFaceRule interface represents a @font-face rule in a CSS style sheet.
 interface CSSImportRule
          The CSSImportRule interface represents a @import rule within a CSS style sheet.
 interface CSSMediaRule
          The CSSMediaRule interface represents a @media rule in a CSS style sheet.
 interface CSSPageRule
          The CSSPageRule interface represents a @page rule within a CSS style sheet.
 interface CSSStyleRule
          The CSSStyleRule interface represents a single rule set in a CSS style sheet.
 interface CSSUnknownRule
          The CSSUnknownRule interface represents an at-rule not supported by this user agent.
 

Methods in org.w3c.dom.css that return CSSRule
 CSSRule CSSRule.getParentRule()
          If this rule is contained inside another rule (e.g.
 CSSRule CSSRuleList.item(int index)
          Used to retrieve a CSS rule by ordinal index.
 CSSRule CSSStyleDeclaration.getParentRule()
          The CSS rule that contains this declaration block or null if this CSSStyleDeclaration is not attached to a CSSRule.
 CSSRule CSSStyleSheet.getOwnerRule()
          If this style sheet comes from an @import rule, the ownerRule attribute will contain the CSSImportRule.
 

Uses of CSSRule in org.w3c.dom.svg
 

Subinterfaces of CSSRule in org.w3c.dom.svg
 interface SVGColorProfileRule
           
 interface SVGCSSRule
           
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.