|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JavaScriptEscapeLevel | |
|---|---|
| org.unbescape.javascript | |
| Uses of JavaScriptEscapeLevel in org.unbescape.javascript |
|---|
| Methods in org.unbescape.javascript that return JavaScriptEscapeLevel | |
|---|---|
static JavaScriptEscapeLevel |
JavaScriptEscapeLevel.forLevel(int level)
Utility method for obtaining an enum value from its corresponding int level value. |
static JavaScriptEscapeLevel |
JavaScriptEscapeLevel.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JavaScriptEscapeLevel[] |
JavaScriptEscapeLevel.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 JavaScriptEscapeLevel | |
|---|---|
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 | |||||||||