Show / Hide Table of Contents

Interface IResultsParserContext

Interface for SPARQL Results Parser Contexts.

Namespace: VDS.RDF.Parsing.Contexts
Assembly: dotNetRdf.dll
Syntax
public interface IResultsParserContext

Properties

| Edit this page View Source

Handler

Gets the SPARQL Results Handler to use.

Declaration
ISparqlResultsHandler Handler { get; }
Property Value
Type Description
ISparqlResultsHandler
| Edit this page View Source

UriFactory

Gets the URI factory to use.

Declaration
IUriFactory UriFactory { get; }
Property Value
Type Description
IUriFactory

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • Handler
    • UriFactory
  • Extension Methods
Back to top Generated by DocFX