Click or drag to resize

RdfXmlParserContext Constructor (IGraph, Stream)

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,
	Stream stream
)

Parameters

g
Type: VDS.RDF.IGraph
Graph.
stream
Type: System.IO.Stream
Stream.
See Also