|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JavaEscapeLevel | |
|---|---|
| org.unbescape.java | |
| Uses of JavaEscapeLevel in org.unbescape.java |
|---|
| Methods in org.unbescape.java that return JavaEscapeLevel | |
|---|---|
static JavaEscapeLevel |
JavaEscapeLevel.forLevel(int level)
Utility method for obtaining an enum value from its corresponding int level value. |
static JavaEscapeLevel |
JavaEscapeLevel.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JavaEscapeLevel[] |
JavaEscapeLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.unbescape.java with parameters of type JavaEscapeLevel | |
|---|---|
static void |
JavaEscape.escapeJava(char[] text,
int offset,
int len,
Writer writer,
JavaEscapeLevel level)
Perform a (configurable) Java escape operation on a char[] input. |
static String |
JavaEscape.escapeJava(String text,
JavaEscapeLevel level)
Perform a (configurable) Java escape operation on a String input. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||