Common DOM API

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

Packages that use CSSStyleDeclaration
org.w3c.dom.css   
 

Uses of CSSStyleDeclaration in org.w3c.dom.css
 

Methods in org.w3c.dom.css that return CSSStyleDeclaration
 CSSStyleDeclaration ViewCSS.getComputedStyle(Element elt, String pseudoElt)
          This method is used to get the computed style as it is defined in [CSS2].
 CSSStyleDeclaration DocumentCSS.getOverrideStyle(Element elt, String pseudoElt)
          This method is used to retrieve the override style declaration for a specified element and a specified pseudo-element.
 CSSStyleDeclaration ElementCSSInlineStyle.getStyle()
          The style attribute.
 CSSStyleDeclaration CSSStyleRule.getStyle()
          The declaration-block of this rule set.
 CSSStyleDeclaration CSSPageRule.getStyle()
          The declaration-block of this rule.
 CSSStyleDeclaration CSSFontFaceRule.getStyle()
          The declaration-block of this rule.
 


Common DOM API

Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2005, 2011, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.