<!-- ##### SECTION Title ##### -->
Query Results Formatter

<!-- ##### SECTION Short_Description ##### -->
Query results formatted into a syntax.

<!-- ##### SECTION Long_Description ##### -->
<para>
Variable bindings and boolean query results can be formatted into
different syntaxes such as SPARQL Query Results Format or JSON.
The rasqal_query_results_formatter class allows choosing a formatter
for a particular syntax and writing the syntax to a raptor_iostream
which allows turning the syntax into a string, writing to a file
handle or other custom destination.
</para>

<!-- ##### SECTION See_Also ##### -->
<para>

</para>

<!-- ##### SECTION Stability_Level ##### -->


<!-- ##### FUNCTION rasqal_query_results_formats_enumerate ##### -->
<para>

</para>

@counter: 
@name: 
@label: 
@uri_string: 
@Returns: 


<!-- ##### TYPEDEF rasqal_query_results_formatter ##### -->
<para>

</para>


<!-- ##### FUNCTION rasqal_new_query_results_formatter ##### -->
<para>

</para>

@name: 
@uri: 
@Returns: 


<!-- ##### FUNCTION rasqal_free_query_results_formatter ##### -->
<para>

</para>

@formatter: 


<!-- ##### FUNCTION rasqal_query_results_formatter_write ##### -->
<para>

</para>

@iostr: 
@formatter: 
@results: 
@base_uri: 
@Returns: