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 |
UriFactory
Gets the URI factory to use.
Declaration
IUriFactory UriFactory { get; }
Property Value
Type | Description |
---|---|
IUriFactory |