Click or drag to resize

SparqlXmlFormatter Class

A Result Format that formats using the official SPARQL XML Results format.
Inheritance Hierarchy
SystemObject
  VDS.RDF.Writing.FormattingSparqlXmlFormatter

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

The SparqlXmlFormatter type exposes the following members.

Constructors
  NameDescription
Public methodSparqlXmlFormatter
Initializes a new instance of the SparqlXmlFormatter class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFormat
Formats a SPARQL Result.
Public methodFormatBooleanResult
Formats a Boolean Result.
Public methodFormatResultSetFooter
Formats the Footer for a SPARQL Result Set.
Public methodFormatResultSetHeader
Formats the Header for a SPARQL Result Set.
Public methodFormatResultSetHeader(IEnumerableString)
Formats the Header for a SPARQL Result Set.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Gets the string representation of the formatter.
(Overrides ObjectToString.)
Top
See Also