Click or drag to resize

IGraphFormatter Interface

Interface for formatters designed to format entire RDF Graphs.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IGraphFormatter : ITripleFormatter

The IGraphFormatter type exposes the following members.

Methods
  NameDescription
Public methodFormat
Formats a Triple as a String.
(Inherited from ITripleFormatter.)
Public methodFormatGraphFooter
Generates the footer section.
Public methodFormatGraphHeader
Generates a generic header section.
Public methodFormatGraphHeader(IGraph)
Generates the header section for the Graph.
Public methodFormatGraphHeader(INamespaceMapper)
Generates the header section for the Graph.
Top
See Also