Interface IGraphFormatter
Interface for formatters designed to format entire RDF Graphs.
Assembly: dotNetRDF.dll
public interface IGraphFormatter : ITripleFormatter
Methods
|
Improve this Doc
View Source
Generates the footer section.
Declaration
string FormatGraphFooter()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Generates a generic header section.
Declaration
string FormatGraphHeader()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
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
Generates the header section for the Graph.
Declaration
string FormatGraphHeader(INamespaceMapper namespaces)
Parameters
Returns
Type |
Description |
System.String |
|
Extension Methods