SparqlXmlWriterGenerateOutput Method  | 
 
            Method which generates the Sparql Query Results XML Format serialization of the Result Set.
            
 
    Namespace: 
   VDS.RDF.Writing
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected void GenerateOutput(
	SparqlResultSet resultSet,
	XmlWriter writer
)
Protected Sub GenerateOutput ( 
	resultSet As SparqlResultSet,
	writer As XmlWriter
)
Parameters
- resultSet
 - Type: VDS.RDF.QuerySparqlResultSet
[Missing <param name="resultSet"/> documentation for "M:VDS.RDF.Writing.SparqlXmlWriter.GenerateOutput(VDS.RDF.Query.SparqlResultSet,System.Xml.XmlWriter)"]
 - writer
 - Type: System.XmlXmlWriter
[Missing <param name="writer"/> documentation for "M:VDS.RDF.Writing.SparqlXmlWriter.GenerateOutput(VDS.RDF.Query.SparqlResultSet,System.Xml.XmlWriter)"]
 
Return Value
Type: 
See Also