Class CssInliner
java.lang.Object
ch.tocco.nice2.toolbox.impl.css.CssInliner
Deprecated.
see https://github.com/Leonti/CSSInliner
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CssInliner
public CssInliner()Deprecated.
-
-
Method Details
-
inlineCss
@Deprecated public static String inlineCss(String html, boolean removeClassAttributes, boolean newParser) Deprecated. -
getElementStyles
@Deprecated public static Map<String,String> getElementStyles(String html, String selector, Predicate<CssInline.Rule> ruleFilter) Deprecated.
-