| Package | Description |
|---|---|
| org.unbescape.css |
| Modifier and Type | Method and Description |
|---|---|
static CssStringEscapeType |
CssStringEscapeType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CssEscape.escapeCssString(char[] text,
int offset,
int len,
Writer writer,
CssStringEscapeType type,
CssStringEscapeLevel level)
Perform a (configurable) CSS String escape operation on a char[] input.
|
static void |
CssEscape.escapeCssString(Reader reader,
Writer writer,
CssStringEscapeType type,
CssStringEscapeLevel level)
Perform a (configurable) CSS String escape operation on a Reader input,
writing results to a Writer.
|
static String |
CssEscape.escapeCssString(String text,
CssStringEscapeType type,
CssStringEscapeLevel level)
Perform a (configurable) CSS String escape operation on a String input.
|
static void |
CssEscape.escapeCssString(String text,
Writer writer,
CssStringEscapeType type,
CssStringEscapeLevel level)
Perform a (configurable) CSS String escape operation on a String input,
writing results to a Writer.
|
Copyright © 2017 The UNBESCAPE team. All rights reserved.