|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JavaScriptEscapeType | |
|---|---|
| org.unbescape.javascript | |
| Uses of JavaScriptEscapeType in org.unbescape.javascript |
|---|
| Methods in org.unbescape.javascript that return JavaScriptEscapeType | |
|---|---|
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. |
| Methods in org.unbescape.javascript with parameters of type JavaScriptEscapeType | |
|---|---|
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 String |
JavaScriptEscape.escapeJavaScript(String text,
JavaScriptEscapeType type,
JavaScriptEscapeLevel level)
Perform a (configurable) JavaScript escape operation on a String input. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||