Class SparqlXsltWriter
Class for generating arbitrary XML Output from SPARQL Result Sets by transforming the XML Results Format via an XSLT stylesheet.
Implements
Inherited Members
Namespace: VDS.RDF.Writing
Assembly: dotNetRdf.dll
Syntax
public class SparqlXsltWriter : SparqlXmlWriter, ISparqlResultsWriter
Constructors
| Edit this page View SourceSparqlXsltWriter(string)
Creates a new SPARQL XSLT Writer.
Declaration
public SparqlXsltWriter(string stylesheetUri)
Parameters
Type | Name | Description |
---|---|---|
string | stylesheetUri | Stylesheet URI. |
SparqlXsltWriter(Uri)
Creates a new SPARQL XSLT Writer.
Declaration
public SparqlXsltWriter(Uri stylesheetUri)
Parameters
Type | Name | Description |
---|---|---|
Uri | stylesheetUri | Stylesheet URI. |
Methods
| Edit this page View SourceSave(SparqlResultSet, TextWriter)
Saves a SPARQL Result Set to the given Text Writer.
Declaration
public override void Save(SparqlResultSet results, TextWriter output)
Parameters
Type | Name | Description |
---|---|---|
SparqlResultSet | results | Result Set. |
TextWriter | output | Text Writer to write to. |
Overrides
| Edit this page View SourceToString()
Gets the String representation of the writer which is a description of the syntax it produces.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |