Click or drag to resize

IResultSetFormatter Interface

Interface for formatters designed to format entire SPARQL Result Sets.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IResultSetFormatter : IResultFormatter

The IResultSetFormatter type exposes the following members.

Methods
  NameDescription
Public methodFormat
Formats a SPARQL Result as a String.
(Inherited from IResultFormatter.)
Public methodFormatBooleanResult
Formats a Boolean Result as a String.
(Inherited from IResultFormatter.)
Public methodFormatResultSetFooter
Generates a footer section.
Public methodFormatResultSetHeader
Generates a header section assuming no variables.
Public methodFormatResultSetHeader(IEnumerableString)
Generates a header section using the given variables.
Top
See Also