public class EscapeStr extends Object
Constructor and Description |
---|
EscapeStr(boolean asciiOnly) |
Modifier and Type | Method and Description |
---|---|
static void |
stringEsc(AWriter out,
String s,
boolean singleLineString,
boolean asciiOnly) |
static String |
stringEsc(String s) |
static String |
unescape(String s,
char escape) |
static String |
unescapeStr(String s) |
void |
writeStr(AWriter w,
String s) |
void |
writeStrMultiLine(AWriter w,
String s) |
void |
writeURI(AWriter w,
String s) |
Licenced under the Apache License, Version 2.0