Namespace VDS.RDF.Writing.Formatting
Classes
BaseFormatter
Abstract Base Class for Formatters.
CsvFormatter
Formatter for generating CSV.
DeliminatedLineFormatter
Abstract Base Class for formatters where things are formatted as lines of plain text deliminated by specific characters.
HtmlFormatter
Formatter for formatting as HTML.
NQuads11Formatter
Formatter which formats Triples as NQuads according to the RDF 1.1 NQuads specification.
NQuadsFormatter
Formatter which formats Triples as NQuads adding an additional URI at the end of the Triple if there is a Graph URI associated with the Triple.
NTriples11Formatter
Formatter for formatting as NTriples according to the RDF 1.1 specification.
NTriplesFormatter
Formatter for formatting as NTriples.
Notation3Formatter
Formatter for formatting as Notation 3.
QNameFormatter
Abstract Base Class for Formatters that can compress URIs to QNames.
RdfXmlFormatter
A formatter which formats triples for RDF/XML output.
SparqlFormatter
Formatter for formatting Nodes for use in SPARQL and for formatting SPARQL Queries.
SparqlXmlFormatter
A Result Format that formats using the official SPARQL XML Results format.
TsvFormatter
Formatter for formatting as TSV.
TurtleFormatter
Formatter which formats Turtle with QName compression.
TurtleW3CFormatter
Formatter which formats Turtle with QName compression using the newer W3C syntax which permits a wider range of valid QNames.
UncompressedNotation3Formatter
Formatter for formatting as Notation 3 without any compression.
UncompressedTurtleFormatter
Formatter which formats Turtle without any compression.
UncompressedTurtleStarFormatter
Formatter which formats Turtle-Star without any compression.
Interfaces
IBaseUriFormatter
Interface for Formatters which can format Base URI Information.
ICharFormatter
Interface for Character Formatters.
ICommentFormatter
Interface for Comment Formatters.
IGraphFormatter
Interface for formatters designed to format entire RDF Graphs.
INamespaceFormatter
Interface for Formatters which can format Namespace Information.
INodeFormatter
Interface for classes which can format Nodes into Strings.
IQuadFormatter
Interface for formatting triples in the context of a graph.
IQueryFormatter
Interface for classes which can format SPARQL Queries into Strings.
IResultFormatter
Interface for Formatters which Format SPARQL Results.
IResultSetFormatter
Interface for formatters designed to format entire SPARQL Result Sets.
ITripleFormatter
Interface for Triple Formatters.
IUriFormatter
Interface for URI Formatters.