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.RDF.IGraph
Graph.
input
Type: System.IO.TextReader
Input.
See Also