Show / Hide Table of Contents

Interface IGraphFormatter

Interface for formatters designed to format entire RDF Graphs.

Inherited Members
ITripleFormatter.Format(Triple)
Namespace: VDS.RDF.Writing.Formatting
Assembly: dotNetRdf.dll
Syntax
public interface IGraphFormatter : ITripleFormatter

Methods

| Edit this page View Source

FormatGraphFooter()

Generates the footer section.

Declaration
string FormatGraphFooter()
Returns
Type Description
string
| Edit this page View Source

FormatGraphHeader()

Generates a generic header section.

Declaration
string FormatGraphHeader()
Returns
Type Description
string
| Edit this page View Source

FormatGraphHeader(IGraph)

Generates the header section for the Graph.

Declaration
string FormatGraphHeader(IGraph g)
Parameters
Type Name Description
IGraph g

Graph.

Returns
Type Description
string
| Edit this page View Source

FormatGraphHeader(INamespaceMapper, IUriFactory)

Generates the header section for the Graph.

Declaration
string FormatGraphHeader(INamespaceMapper namespaces, IUriFactory uriFactory = null)
Parameters
Type Name Description
INamespaceMapper namespaces

Namespaces.

IUriFactory uriFactory

UriFactory to use when creating new Uri instances.

Returns
Type Description
string

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Methods
    • FormatGraphFooter()
    • FormatGraphHeader()
    • FormatGraphHeader(IGraph)
    • FormatGraphHeader(INamespaceMapper, IUriFactory)
  • Extension Methods
Back to top Generated by DocFX