Interface IResultSetFormatter
Interface for formatters designed to format entire SPARQL Result Sets.
Namespace: VDS.RDF.Writing.Formatting
Assembly: dotNetRdf.dll
Syntax
public interface IResultSetFormatter : IResultFormatter
Methods
| Edit this page View SourceFormatResultSetFooter()
Generates a footer section.
Declaration
string FormatResultSetFooter()
Returns
Type | Description |
---|---|
string |
FormatResultSetHeader()
Generates a header section assuming no variables.
Declaration
string FormatResultSetHeader()
Returns
Type | Description |
---|---|
string |
FormatResultSetHeader(IEnumerable<string>)
Generates a header section using the given variables.
Declaration
string FormatResultSetHeader(IEnumerable<string> variables)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<string> | variables | Variables. |
Returns
Type | Description |
---|---|
string |