Class NodeFormatter_C14N

java.lang.Object
org.apache.jena.riot.out.NodeFormatterBase
org.apache.jena.riot.writer.c14n.NodeFormatter_C14N
All Implemented Interfaces:
NodeFormatter

public class NodeFormatter_C14N extends NodeFormatterBase
Formatting for canonical NTriples/NQuads
  • Constructor Details

    • NodeFormatter_C14N

      public NodeFormatter_C14N()
  • Method Details

    • formatURI

      public void formatURI(org.apache.jena.atlas.io.AWriter w, String uriStr)
    • formatVar

      public void formatVar(org.apache.jena.atlas.io.AWriter w, String name)
    • formatBNode

      public void formatBNode(org.apache.jena.atlas.io.AWriter w, String label)
    • formatLitString

      public void formatLitString(org.apache.jena.atlas.io.AWriter w, String lex)
      Description copied from interface: NodeFormatter
      Plain string / xsd:string (RDF 1.1)
    • formatLitLang

      public void formatLitLang(org.apache.jena.atlas.io.AWriter w, String lex, String langTag)
      Description copied from interface: NodeFormatter
      String with language tag
    • formatLitLangDir

      public void formatLitLangDir(org.apache.jena.atlas.io.AWriter w, String lex, String langTag, String direction)
      Description copied from interface: NodeFormatter
      String with language tag and base direction (RDF 1.2)
    • formatLitDT

      public void formatLitDT(org.apache.jena.atlas.io.AWriter w, String lex, String datatypeURI)
      Description copied from interface: NodeFormatter
      Literal with datatype, not a simple literal, not an xsd:string (RDF 1.1), no language tag or and base direction.