Class SparqlRdfParserContext
Parser Context for SPARQL RDF Parser.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Parsing.Contexts
Assembly: dotNetRDF.dll
Syntax
public class SparqlRdfParserContext : BaseResultsParserContext, IResultsParserContext
Constructors
| Improve this Doc View SourceSparqlRdfParserContext(IGraph, ISparqlResultsHandler)
Creates a new Parser Context.
Declaration
public SparqlRdfParserContext(IGraph g, ISparqlResultsHandler handler)
Parameters
| Type | Name | Description |
|---|---|---|
| IGraph | g | Graph to parse from. |
| ISparqlResultsHandler | handler | Results Handler. |
SparqlRdfParserContext(IGraph, SparqlResultSet)
Creates a new Parser Context.
Declaration
public SparqlRdfParserContext(IGraph g, SparqlResultSet results)
Parameters
| Type | Name | Description |
|---|---|---|
| IGraph | g | Graph to parse from. |
| SparqlResultSet | results | Results Handler. |
Properties
| Improve this Doc View SourceGraph
Gets the Graph being parsed from.
Declaration
public IGraph Graph { get; }
Property Value
| Type | Description |
|---|---|
| IGraph |