|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jena.riot.out.EscapeStr
public class EscapeStr
| Constructor Summary | |
|---|---|
EscapeStr(CharSpace charSpace)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EscapeStr(CharSpace charSpace)
| Method Detail |
|---|
public void writeURI(AWriter w,
String s)
public void writeStr(AWriter w,
String s)
public void writeStrMultiLine(AWriter w,
String s)
public static String stringEsc(String s)
public static void stringEsc(AWriter out,
String s,
boolean singleLineString,
boolean asciiOnly)
public 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 | |||||||||