Show / Hide Table of Contents

Class SparqlXsltWriter

Class for generating arbitrary XML Output from SPARQL Result Sets by transforming the XML Results Format via an XSLT stylesheet.

Inheritance
object
SparqlXmlWriter
SparqlXsltWriter
Implements
ISparqlResultsWriter
Inherited Members
SparqlXmlWriter.Save(SparqlResultSet, string, Encoding)
SparqlXmlWriter.Save(SparqlResultSet, string)
SparqlXmlWriter.GenerateOutput(SparqlResultSet, XmlWriter)
SparqlXmlWriter.RaiseWarning(string)
SparqlXmlWriter.Warning
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Writing
Assembly: dotNetRdf.dll
Syntax
public class SparqlXsltWriter : SparqlXmlWriter, ISparqlResultsWriter

Constructors

| Edit this page View Source

SparqlXsltWriter(string)

Creates a new SPARQL XSLT Writer.

Declaration
public SparqlXsltWriter(string stylesheetUri)
Parameters
Type Name Description
string stylesheetUri

Stylesheet URI.

| Edit this page View Source

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 Source

Save(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
SparqlXmlWriter.Save(SparqlResultSet, TextWriter)
| Edit this page View Source

ToString()

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
Overrides
SparqlXmlWriter.ToString()

Implements

ISparqlResultsWriter

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • SparqlXsltWriter(string)
    • SparqlXsltWriter(Uri)
  • Methods
    • Save(SparqlResultSet, TextWriter)
    • ToString()
  • Implements
  • Extension Methods
Back to top Generated by DocFX