Class NodeFormatterTTL_MultiLine

  • All Implemented Interfaces:
    NodeFormatter

    public class NodeFormatterTTL_MultiLine
    extends NodeFormatterTTL
    Node formatter for pretty-printed Turtle. This NodeFormatter switches between " and ' quotes to avoid escapes. This code writes multiline literals with """ or '''.
    • Constructor Detail

      • NodeFormatterTTL_MultiLine

        public NodeFormatterTTL_MultiLine​(java.lang.String baseIRI,
                                          PrefixMap prefixMap)
      • NodeFormatterTTL_MultiLine

        public NodeFormatterTTL_MultiLine​(java.lang.String baseIRI,
                                          PrefixMap prefixMap,
                                          NodeToLabel nodeToLabel)