Show / Hide Table of Contents

Class SparqlRdfParserContext

Parser Context for SPARQL RDF Parser.
Inheritance
System.Object
BaseResultsParserContext
SparqlRdfParserContext
Implements
IResultsParserContext
Inherited Members
BaseResultsParserContext._traceParsing
BaseResultsParserContext.Handler
BaseResultsParserContext.Variables
BaseResultsParserContext.TraceParsing
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 Source

SparqlRdfParserContext(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.
| Improve this Doc View Source

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 Source

Graph

Gets the Graph being parsed from.
Declaration
public IGraph Graph { get; }
Property Value
Type Description
IGraph

Implements

IResultsParserContext

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SparqlRdfParserContext(IGraph, ISparqlResultsHandler)
    • SparqlRdfParserContext(IGraph, SparqlResultSet)
  • Properties
    • Graph
  • Implements
  • Extension Methods
Back to top Generated by DocFX