GdaXmlFile

Name

GdaXmlFile -- 

Synopsis



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);

Description

Details

gda_xml_file_new ()

GdaXmlFile* gda_xml_file_new                (const gchar *root_doc);

Create a new GdaXmlFile object, with a root document of type root_doc

root_doc : root document new
Returns : 


gda_xml_file_to_file ()

gint        gda_xml_file_to_file            (GdaXmlFile *f,
                                             const gchar *filename);

f : 
filename : 
Returns : 


gda_xml_file_stringify ()

gchar*      gda_xml_file_stringify          (GdaXmlFile *f);

f : 
Returns : 


gda_xml_file_construct ()

void        gda_xml_file_construct          (GdaXmlFile *xmlfile,
                                             const gchar *root_doc);

xmlfile : 
root_doc :