Package de.xima.fc.common.css
Class CssNormalizer
- java.lang.Object
 - 
- de.xima.fc.common.css.CssNormalizer
 
 
- 
public final class CssNormalizer extends Object
Normalizer for CSS. Different CSS strings may have the same semantic meaning, e.g.[attr='value']and[attr="value"]. This class normalizes a CSS stylesheet by converting such strings to a common form.- Since:
 - 8.3.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidnormalizeStylesheet(com.helger.css.decl.CascadingStyleSheet stylesheet)Normalizes a CSS stylesheet. 
 -