A QueryResultSink outputting results in the SPARQL output XML format.
|
See Also: Inherited members from QueryResultSink.
Creates the sink to write the results to a TextWriter. |
Creates the sink to write the results to an XmlWriter. |
abstract |
Add
(VariableBindings) Called to add a new result row. (Inherited from QueryResultSink.) |
AddComments
(string) Adds comments about how the query has been processed. (Inherited from QueryResultSink.) |
|
Finished
() This method is called by a Query object after the last variable binding is added. (Inherited from QueryResultSink.) |
|
Init
(SemWeb.Variable[]) Called by the Query to initialize the result sink. (Inherited from QueryResultSink.) |
Creates the sink to write the results to a TextWriter.
Creates the sink to write the results to an XmlWriter.
Gets the MIME type for the SPARQL XML Results format.