Click or drag to resize

HtmlSchemaWriterSave Method (IGraph, TextWriter)

Saves the Result Set to the given Stream as an XHTML Table with embedded RDFa.

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

Parameters

g
Type: VDS.RDFIGraph
Graph to save.
output
Type: System.IOTextWriter
Stream to save to.

Implements

IRdfWriterSave(IGraph, TextWriter)
See Also