Class SparqlJsonParserContext
SPARQL JSON Parser Context.
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Parsing.Contexts
Assembly: dotNetRdf.dll
Syntax
public class SparqlJsonParserContext : BaseResultsParserContext, IResultsParserContext
Constructors
| Improve this Doc View SourceSparqlJsonParserContext(JsonTextReader, ISparqlResultsHandler, IUriFactory)
Creates a new Parser Context.
Declaration
public SparqlJsonParserContext(JsonTextReader reader, ISparqlResultsHandler handler, IUriFactory uriFactory = null)
Parameters
Type | Name | Description |
---|---|---|
Newtonsoft.Json.JsonTextReader | reader | JSON Text Reader. |
ISparqlResultsHandler | handler | Results Handler. |
IUriFactory | uriFactory | URI Factory to use. |
SparqlJsonParserContext(JsonTextReader, SparqlResultSet, IUriFactory)
Creates a new Parser Context.
Declaration
public SparqlJsonParserContext(JsonTextReader reader, SparqlResultSet results, IUriFactory uriFactory = null)
Parameters
Type | Name | Description |
---|---|---|
Newtonsoft.Json.JsonTextReader | reader | JSON Text Reader. |
SparqlResultSet | results | SPARQL Result Set. |
IUriFactory | uriFactory | URI Factory to use. |
Properties
| Improve this Doc View SourceInput
Gets the JSON Text Reader.
Declaration
public JsonTextReader Input { get; }
Property Value
Type | Description |
---|---|
Newtonsoft.Json.JsonTextReader |