Click or drag to resize

RdfXmlWriterContext Constructor

Creates a new RDF/XML Writer Context.

Namespace:  VDS.RDF.Writing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public RdfXmlWriterContext(
	IGraph g,
	TextWriter output
)

Parameters

g
Type: VDS.RDFIGraph
Graph.
output
Type: System.IOTextWriter
Output destination.
See Also