public interface QuotedStringOutput
| Modifier and Type | Method and Description |
|---|---|
char |
getQuoteChar() |
void |
writeStr(org.apache.jena.atlas.io.AWriter writer,
String s)
Write a string on one line
|
void |
writeStrMultiLine(org.apache.jena.atlas.io.AWriter writer,
String s)
Write a string, possible on several lines
|
char getQuoteChar()
void writeStr(org.apache.jena.atlas.io.AWriter writer, String s)
void writeStrMultiLine(org.apache.jena.atlas.io.AWriter writer, String s)
Licenced under the Apache License, Version 2.0