| Package | Description |
|---|---|
| org.unbescape.javascript |
| Modifier and Type | Method and Description |
|---|---|
static JavaScriptEscapeType |
JavaScriptEscapeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaScriptEscapeType[] |
JavaScriptEscapeType.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 |
JavaScriptEscape.escapeJavaScript(char[] text,
int offset,
int len,
Writer writer,
JavaScriptEscapeType type,
JavaScriptEscapeLevel level)
Perform a (configurable) JavaScript escape operation on a char[] input.
|
static void |
JavaScriptEscape.escapeJavaScript(Reader reader,
Writer writer,
JavaScriptEscapeType type,
JavaScriptEscapeLevel level)
Perform a (configurable) JavaScript escape operation on a Reader input,
writing results to a Writer.
|
static String |
JavaScriptEscape.escapeJavaScript(String text,
JavaScriptEscapeType type,
JavaScriptEscapeLevel level)
Perform a (configurable) JavaScript escape operation on a String input.
|
static void |
JavaScriptEscape.escapeJavaScript(String text,
Writer writer,
JavaScriptEscapeType type,
JavaScriptEscapeLevel level)
Perform a (configurable) JavaScript escape operation on a String input,
writing results to a Writer.
|
Copyright © 2017 The UNBESCAPE team. All rights reserved.