Click or drag to resize

HtmlSchemaWriter.Save 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.RDF.IGraph
Graph to save.
output
Type: System.IO.TextWriter
Stream to save to.

Implements

IRdfWriter.Save(IGraph, TextWriter)
See Also