Package org.apache.jena.riot.out.quoted
Class QuotedStringOutputTTL_MultiLine
- java.lang.Object
-
- org.apache.jena.riot.out.quoted.QuotedStringOutputBase
-
- org.apache.jena.riot.out.quoted.QuotedStringOutputTTL
-
- org.apache.jena.riot.out.quoted.QuotedStringOutputTTL_MultiLine
-
- All Implemented Interfaces:
QuotedStringOutput
public class QuotedStringOutputTTL_MultiLine extends QuotedStringOutputTTL
-
-
Constructor Summary
Constructors Constructor Description QuotedStringOutputTTL_MultiLine()QuotedStringOutputTTL_MultiLine(char quoteChar)Always use the given quote character
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteStrMultiLine(org.apache.jena.atlas.io.AWriter w, java.lang.String s)Write a string using triple quotes.-
Methods inherited from class org.apache.jena.riot.out.quoted.QuotedStringOutputBase
getQuoteChar, writeStr
-
-
-
-
Method Detail
-
writeStrMultiLine
public void writeStrMultiLine(org.apache.jena.atlas.io.AWriter w, java.lang.String s)Write a string using triple quotes. Try to avoid escapes by looking for the quote character first.- Specified by:
writeStrMultiLinein interfaceQuotedStringOutput- Overrides:
writeStrMultiLinein classQuotedStringOutputBase
-
-