|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openjena.riot.out.EscapeStr
public class EscapeStr
| Constructor Summary | |
|---|---|
EscapeStr(boolean asciiOnly)
|
|
| Method Summary | |
|---|---|
static String |
stringEsc(String s)
|
static void |
stringEsc(Writer out,
String s,
boolean singleLineString,
boolean asciiOnly)
|
static String |
unescape(String s,
char escape)
|
static String |
unescapeStr(String s)
|
void |
writeStr(Writer w,
String s)
|
void |
writeStrMultiLine(Writer w,
String s)
|
void |
writeURI(Writer w,
String s)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EscapeStr(boolean asciiOnly)
| Method Detail |
|---|
public void writeURI(Writer w,
String s)
public void writeStr(Writer w,
String s)
public void writeStrMultiLine(Writer w,
String s)
public static String stringEsc(String s)
public static void stringEsc(Writer out,
String s,
boolean singleLineString,
boolean asciiOnly)
throws IOException
IOExceptionpublic static String unescapeStr(String s)
public static String unescape(String s,
char escape)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||