Click or drag to resize

Notation3ParserLoad Method (IRdfHandler, TextReader)

Loads RDF using a RDF handler by reading Notation 3 syntax from the given input.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Load(
	IRdfHandler handler,
	TextReader input
)

Parameters

handler
Type: VDS.RDFIRdfHandler
RDF Handler to use.
input
Type: System.IOTextReader
Input to read from.

Implements

IRdfReaderLoad(IRdfHandler, TextReader)
See Also