public class CssPropertyNameSanitizer extends Object
| Modifier and Type | Method and Description |
|---|---|
static CssPropertyNameSanitizer |
getInstance() |
String |
sanitizeCssPropertyName(String propertyName)
Replaces hyphen notation with camel case notation.
|
public static CssPropertyNameSanitizer getInstance()
Copyright © 2012. All Rights Reserved.