Uses of Class
org.htmlunit.cssparser.dom.CSSStyleDeclarationImpl
-
Packages that use CSSStyleDeclarationImpl Package Description org.htmlunit.cssparser.dom Implementation classes for the org.w3c.dom.css interfaces.org.htmlunit.cssparser.parser Package org.htmlunit.cssparser.parser. -
-
Uses of CSSStyleDeclarationImpl in org.htmlunit.cssparser.dom
Methods in org.htmlunit.cssparser.dom that return CSSStyleDeclarationImpl Modifier and Type Method Description CSSStyleDeclarationImplCSSFontFaceRuleImpl. getStyle()getStyle.CSSStyleDeclarationImplCSSPageRuleImpl. getStyle()CSSStyleDeclarationImplCSSStyleRuleImpl. getStyle()Methods in org.htmlunit.cssparser.dom with parameters of type CSSStyleDeclarationImpl Modifier and Type Method Description voidCSSFontFaceRuleImpl. setStyle(CSSStyleDeclarationImpl style)Sets the style to a new one.voidCSSPageRuleImpl. setStyle(CSSStyleDeclarationImpl style)Changes the style.voidCSSStyleRuleImpl. setStyle(CSSStyleDeclarationImpl style)Replaces the style. -
Uses of CSSStyleDeclarationImpl in org.htmlunit.cssparser.parser
Methods in org.htmlunit.cssparser.parser that return CSSStyleDeclarationImpl Modifier and Type Method Description CSSStyleDeclarationImplCSSOMParser. parseStyleDeclaration(String styleDecl)Parses a input string into a CSSOM style declaration.Methods in org.htmlunit.cssparser.parser with parameters of type CSSStyleDeclarationImpl Modifier and Type Method Description voidCSSOMParser. parseStyleDeclaration(CSSStyleDeclarationImpl sd, String styleDecl)Parses a input string into a CSSOM style declaration.
-