<refentry id="libgda-common-utils">
<refmeta>
<refentrytitle>utils</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>LIBGDA-COMMON Library</refmiscinfo>
</refmeta>

<refnamediv>
<refname>utils</refname><refpurpose></refpurpose>
</refnamediv>

<refsynopsisdiv><title>Synopsis</title>
<synopsis>



<link linkend="gchar">gchar</link>*      <link linkend="xml-query-gensym">xml_query_gensym</link>                (<link linkend="gchar">gchar</link> *sym);
<link linkend="gboolean">gboolean</link>    <link linkend="xml-query-destroy-hash-pair">xml_query_destroy_hash_pair</link>     (<link linkend="gchar">gchar</link> *key,
                                             <link linkend="gpointer">gpointer</link> *value,
                                             <link linkend="GFreeFunc">GFreeFunc</link> func);
<link linkend="gchar">gchar</link>*      <link linkend="xml-query-dom-to-xml">xml_query_dom_to_xml</link>            (<link linkend="xmlNode">xmlNode</link> *node,
                                             <link linkend="gboolean">gboolean</link> freedoc);
<link linkend="gchar">gchar</link>*      <link linkend="xml-query-dom-to-sql">xml_query_dom_to_sql</link>            (<link linkend="xmlNode">xmlNode</link> *node,
                                             <link linkend="gboolean">gboolean</link> freedoc);
<link linkend="xmlNode">xmlNode</link>*    <link linkend="xml-query-new-node">xml_query_new_node</link>              (<link linkend="gchar">gchar</link> *tag,
                                             <link linkend="xmlNode">xmlNode</link> *parNode);
void        <link linkend="xml-query-new-attr">xml_query_new_attr</link>              (<link linkend="gchar">gchar</link> *key,
                                             <link linkend="gchar">gchar</link> *value,
                                             <link linkend="xmlNode">xmlNode</link> *node);
</synopsis>
</refsynopsisdiv>





<refsect1>
<title>Description</title>
<para>

</para>
</refsect1>

<refsect1>
<title>Details</title>
<refsect2>
<title><anchor id="xml-query-gensym">xml_query_gensym ()</title>
<programlisting><link linkend="gchar">gchar</link>*      xml_query_gensym                (<link linkend="gchar">gchar</link> *sym);</programlisting>
<para>

</para><informaltable pgwide="1" frame="none" role="params">
<tgroup cols="2">
<colspec colwidth="2*">
<colspec colwidth="8*">
<tbody>
<row><entry align="right"><parameter>sym</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><emphasis>Returns</emphasis> :</entry><entry>


</entry></row>
</tbody></tgroup></informaltable></refsect2>
<refsect2>
<title><anchor id="xml-query-destroy-hash-pair">xml_query_destroy_hash_pair ()</title>
<programlisting><link linkend="gboolean">gboolean</link>    xml_query_destroy_hash_pair     (<link linkend="gchar">gchar</link> *key,
                                             <link linkend="gpointer">gpointer</link> *value,
                                             <link linkend="GFreeFunc">GFreeFunc</link> func);</programlisting>
<para>

</para><informaltable pgwide="1" frame="none" role="params">
<tgroup cols="2">
<colspec colwidth="2*">
<colspec colwidth="8*">
<tbody>
<row><entry align="right"><parameter>key</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>value</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>func</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><emphasis>Returns</emphasis> :</entry><entry>


</entry></row>
</tbody></tgroup></informaltable></refsect2>
<refsect2>
<title><anchor id="xml-query-dom-to-xml">xml_query_dom_to_xml ()</title>
<programlisting><link linkend="gchar">gchar</link>*      xml_query_dom_to_xml            (<link linkend="xmlNode">xmlNode</link> *node,
                                             <link linkend="gboolean">gboolean</link> freedoc);</programlisting>
<para>

</para><informaltable pgwide="1" frame="none" role="params">
<tgroup cols="2">
<colspec colwidth="2*">
<colspec colwidth="8*">
<tbody>
<row><entry align="right"><parameter>node</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>freedoc</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><emphasis>Returns</emphasis> :</entry><entry>


</entry></row>
</tbody></tgroup></informaltable></refsect2>
<refsect2>
<title><anchor id="xml-query-dom-to-sql">xml_query_dom_to_sql ()</title>
<programlisting><link linkend="gchar">gchar</link>*      xml_query_dom_to_sql            (<link linkend="xmlNode">xmlNode</link> *node,
                                             <link linkend="gboolean">gboolean</link> freedoc);</programlisting>
<para>

</para><informaltable pgwide="1" frame="none" role="params">
<tgroup cols="2">
<colspec colwidth="2*">
<colspec colwidth="8*">
<tbody>
<row><entry align="right"><parameter>node</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>freedoc</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><emphasis>Returns</emphasis> :</entry><entry>


</entry></row>
</tbody></tgroup></informaltable></refsect2>
<refsect2>
<title><anchor id="xml-query-new-node">xml_query_new_node ()</title>
<programlisting><link linkend="xmlNode">xmlNode</link>*    xml_query_new_node              (<link linkend="gchar">gchar</link> *tag,
                                             <link linkend="xmlNode">xmlNode</link> *parNode);</programlisting>
<para>

</para><informaltable pgwide="1" frame="none" role="params">
<tgroup cols="2">
<colspec colwidth="2*">
<colspec colwidth="8*">
<tbody>
<row><entry align="right"><parameter>tag</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>parNode</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><emphasis>Returns</emphasis> :</entry><entry>


</entry></row>
</tbody></tgroup></informaltable></refsect2>
<refsect2>
<title><anchor id="xml-query-new-attr">xml_query_new_attr ()</title>
<programlisting>void        xml_query_new_attr              (<link linkend="gchar">gchar</link> *key,
                                             <link linkend="gchar">gchar</link> *value,
                                             <link linkend="xmlNode">xmlNode</link> *node);</programlisting>
<para>

</para><informaltable pgwide="1" frame="none" role="params">
<tgroup cols="2">
<colspec colwidth="2*">
<colspec colwidth="8*">
<tbody>
<row><entry align="right"><parameter>key</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>value</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>node</parameter>&nbsp;:</entry>
<entry>


</entry></row>
</tbody></tgroup></informaltable></refsect2>

</refsect1>




</refentry>
