IGraphFormatterFormatGraphHeader Method (INamespaceMapper) |
Generates the header section for the Graph.
Namespace:
VDS.RDF.Writing.Formatting
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax string FormatGraphHeader(
INamespaceMapper namespaces
)
Function FormatGraphHeader (
namespaces As INamespaceMapper
) As String
Parameters
- namespaces
- Type: VDS.RDFINamespaceMapper
Namespaces.
Return Value
Type:
String[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.IGraphFormatter.FormatGraphHeader(VDS.RDF.INamespaceMapper)"]
See Also