Click or drag to resize

Notation3Parser.Load 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.RDF.IRdfHandler
RDF Handler to use.
input
Type: System.IO.TextReader
Input to read from.

Implements

IRdfReader.Load(IRdfHandler, TextReader)
See Also