Click or drag to resize

RdfXmlParserLoad Method (IGraph, StreamReader)

Reads RDF/XML syntax from some Stream into the given Graph.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Load(
	IGraph g,
	StreamReader input
)

Parameters

g
Type: VDS.RDFIGraph
Graph to create Triples in.
input
Type: System.IOStreamReader
Input Stream.

Implements

IRdfReaderLoad(IGraph, StreamReader)
See Also