Module org.apache.jena.arq
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
-
Constructor Summary
ConstructorDescriptionQuotedStringOutputTTL_MultiLine
(char quoteChar) Always use the given quote character -
Method Summary
Modifier and TypeMethodDescriptionvoid
writeStrMultiLine
(org.apache.jena.atlas.io.AWriter w, String s) Write a string using triple quotes.Methods inherited from class org.apache.jena.riot.out.quoted.QuotedStringOutputBase
getQuoteChar, writeStr
-
Constructor Details
-
QuotedStringOutputTTL_MultiLine
public QuotedStringOutputTTL_MultiLine() -
QuotedStringOutputTTL_MultiLine
public QuotedStringOutputTTL_MultiLine(char quoteChar) Always use the given quote character
-
-
Method Details
-
writeStrMultiLine
Write a string using triple quotes. Try to avoid escapes by looking for the quote character first.- Specified by:
writeStrMultiLine
in interfaceQuotedStringOutput
- Overrides:
writeStrMultiLine
in classQuotedStringOutputBase
-