Interface QuotedStringOutput

All Known Implementing Classes:
QuotedStringOutputBase, QuotedStringOutputNT, QuotedStringOutputTTL, QuotedStringOutputTTL_MultiLine

public interface QuotedStringOutput
Interface for writing quoted strings for Turtle, TriG, N-triples and N-Quads
  • Method Summary

    Modifier and Type
    Method
    Description
    char
     
    void
    writeStr(org.apache.jena.atlas.io.AWriter writer, String s)
    Write a string on one line
    void
    writeStrMultiLine(org.apache.jena.atlas.io.AWriter writer, String s)
    Write a string, possible on several lines
  • Method Details

    • getQuoteChar

      char getQuoteChar()
    • writeStr

      void writeStr(org.apache.jena.atlas.io.AWriter writer, String s)
      Write a string on one line
    • writeStrMultiLine

      void writeStrMultiLine(org.apache.jena.atlas.io.AWriter writer, String s)
      Write a string, possible on several lines