Uses of Class
org.unbescape.css.CssStringEscapeType
-
Packages that use CssStringEscapeType Package Description org.unbescape.css -
-
Uses of CssStringEscapeType in org.unbescape.css
Methods in org.unbescape.css that return CssStringEscapeType Modifier and Type Method Description static CssStringEscapeTypeCssStringEscapeType. valueOf(String name)Returns the enum constant of this type with the specified name.static CssStringEscapeType[]CssStringEscapeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.unbescape.css with parameters of type CssStringEscapeType Modifier and Type Method Description static voidCssEscape. escapeCssString(char[] text, int offset, int len, java.io.Writer writer, CssStringEscapeType type, CssStringEscapeLevel level)Perform a (configurable) CSS String escape operation on a char[] input.static voidCssEscape. escapeCssString(java.io.Reader reader, java.io.Writer writer, CssStringEscapeType type, CssStringEscapeLevel level)Perform a (configurable) CSS String escape operation on a Reader input, writing results to a Writer.static voidCssEscape. escapeCssString(String text, java.io.Writer writer, CssStringEscapeType type, CssStringEscapeLevel level)Perform a (configurable) CSS String escape operation on a String input, writing results to a Writer.static StringCssEscape. escapeCssString(String text, CssStringEscapeType type, CssStringEscapeLevel level)Perform a (configurable) CSS String escape operation on a String input.
-