Click or drag to resize

RdfXmlParserContext Constructor (IGraph, TextReader)

Creates a new Parser Context which uses Streaming parsing.

Namespace:  VDS.RDF.Parsing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public RdfXmlParserContext(
	IGraph g,
	TextReader input
)

Parameters

g
Type: VDS.RDFIGraph
Graph.
input
Type: System.IOTextReader
Input.
See Also