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 Details

    • QuotedStringOutputTTL

      public QuotedStringOutputTTL()
    • QuotedStringOutputTTL

      public QuotedStringOutputTTL(char quoteChar)
      Always use the given quote character (0 means use " or ' as needed)