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.RDFIGraph
Graph.
stream
Type: System.IOStream
Stream.
See Also