Click or drag to resize

SparqlRdfParser.Load Method (ISparqlResultsHandler, TextReader)

Loads a SPARQL Results from RDF contained in the given Input using a Results Handler.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Load(
	ISparqlResultsHandler handler,
	TextReader input
)

Parameters

handler
Type: VDS.RDF.ISparqlResultsHandler
Results Handler to use.
input
Type: System.IO.TextReader
Input to read from.

Implements

ISparqlResultsReader.Load(ISparqlResultsHandler, TextReader)
Remarks
Uses the StringParser which will use simple heuristics to 'guess' the format of the RDF unless the parser was instaniated with a specific IRdfReader to use.
See Also