- 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 TypeMethodDescriptionchar
void
Write a string on one linevoid
writeStrMultiLine
(org.apache.jena.atlas.io.AWriter writer, String s) Write a string, possible on several lines
-
Method Details
-
getQuoteChar
char getQuoteChar() -
writeStr
Write a string on one line -
writeStrMultiLine
Write a string, possible on several lines
-