dotNetRDF API Documentation

ISparqlResultsHandler Interface

Interface for Handlers which handle the SPARQL Results produced by parsers

For a list of all members of this type, see ISparqlResultsHandler Members .

public interface ISparqlResultsHandler : INodeFactory

Types that implement ISparqlResultsHandler

Type Description
BaseResultsHandler Abstract Base Class for SPARQL Results Handlers
ListStringsHandler A Results Handler which extracts Literals from one/more variables in a Result Set
ListUrisHandler A Results Handler which extracts URIs from one/more variables in a Result Set
MergingResultSetHandler A SPARQL Results Handler which allows you to load multiple Result Sets into a single SparqlResultSet which the standard ResultSetHandler does not permit
MultisetHandler A SPARQL Results Handler which loads directly into a Multiset
ResultCountHandler A SPARQL Results Handler which just counts Results
ResultSetHandler A SPARQL Results Handler which loads Results into a SparqlResultSet
ResultWriteThroughHandler A Results Handler which writes the handled Results out to a TextWriter using a provided IResultFormatter

Requirements

Namespace: VDS.RDF

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

ISparqlResultsHandler Members | VDS.RDF Namespace