GdaXmlFile* gda_xml_file_new (const gchar *root_doc); gint gda_xml_file_to_file (GdaXmlFile *f, const gchar *filename); gchar* gda_xml_file_stringify (GdaXmlFile *f); void gda_xml_file_construct (GdaXmlFile *xmlfile, const gchar *root_doc);
GdaXmlFile* gda_xml_file_new (const gchar *root_doc);
Create a new GdaXmlFile object, with a root document of type root_doc
gint gda_xml_file_to_file (GdaXmlFile *f, const gchar *filename);
gchar* gda_xml_file_stringify (GdaXmlFile *f);
void gda_xml_file_construct (GdaXmlFile *xmlfile, const gchar *root_doc);