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

| Improve this Doc View Source

FormatGraphFooter()

Generates the footer section.
Declaration
string FormatGraphFooter()
Returns
Type Description
System.String
| Improve this Doc View Source

FormatGraphHeader()

Generates a generic header section.
Declaration
string FormatGraphHeader()
Returns
Type Description
System.String
| Improve this Doc 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
System.String
| Improve this Doc View Source

FormatGraphHeader(INamespaceMapper)

Generates the header section for the Graph.
Declaration
string FormatGraphHeader(INamespaceMapper namespaces)
Parameters
Type Name Description
INamespaceMapper namespaces Namespaces.
Returns
Type Description
System.String

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • FormatGraphFooter()
    • FormatGraphHeader()
    • FormatGraphHeader(IGraph)
    • FormatGraphHeader(INamespaceMapper)
  • Extension Methods
Back to top Generated by DocFX