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