dotNetRDF API Documentation

IHtmlWriter Interface

Interface for Writers that generate HTML

For a list of all members of this type, see IHtmlWriter Members .

public interface IHtmlWriter

Types that implement IHtmlWriter

Type Description
BaseHtmlWriter Abstract Base Class for HTML Writers which provides basic implementation of the IHtmlWriter interface
HtmlSchemaWriter HTML Schema Writer is a HTML Writer which writes a human readable description of a Schema/Ontology
HtmlWriter Class for saving RDF Graphs to a XHTML Table format with the actual Triples embedded as RDFa
SparqlHtmlWriter Class for saving SPARQL Result Sets to a HTML Table format (this is not a standardised format)

Requirements

Namespace: VDS.RDF.Writing

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

IHtmlWriter Members | VDS.RDF.Writing Namespace