Interface IResultsParserContext
Interface for SPARQL Results Parser Contexts.
Namespace: VDS.RDF.Parsing.Contexts
Assembly: dotNetRDF.dll
Syntax
public interface IResultsParserContext
Properties
| Improve this Doc View SourceHandler
Gets the SPARQL Results Handler to use.
Declaration
ISparqlResultsHandler Handler { get; }
Property Value
Type | Description |
---|---|
ISparqlResultsHandler |