java.lang.Object
org.apache.jena.riot.out.quoted.QuotedStringOutputBase
org.apache.jena.riot.out.quoted.QuotedStringOutputTTL
- All Implemented Interfaces:
QuotedStringOutput
- Direct Known Subclasses:
QuotedStringOutputTTL_MultiLine
Escape processor for Turtle.
-
Constructor Summary
ConstructorDescriptionQuotedStringOutputTTL
(char quoteChar) Always use the given quote character (0 means use " or ' as needed) -
Method Summary
Methods inherited from class org.apache.jena.riot.out.quoted.QuotedStringOutputBase
getQuoteChar, writeStr, writeStrMultiLine
-
Constructor Details
-
QuotedStringOutputTTL
public QuotedStringOutputTTL() -
QuotedStringOutputTTL
public QuotedStringOutputTTL(char quoteChar) Always use the given quote character (0 means use " or ' as needed)
-