Package org.apache.jena.riot.out.quoted
Class QuotedStringOutputTTL
- 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
public class QuotedStringOutputTTL extends QuotedStringOutputBase
Escape processor for Turtle.
-
-
Constructor Summary
Constructors Constructor Description QuotedStringOutputTTL()QuotedStringOutputTTL(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
-
-