GdaXmlDocument

Name

GdaXmlDocument -- 

Synopsis



GdaXmlDocument* gda_xml_document_new        (const gchar *root_doc);
void        gda_xml_document_construct      (GdaXmlDocument *xmlfile,
                                             const gchar *root_doc);
gint        gda_xml_document_get_compress_mode
                                            (GdaXmlDocument *xmldoc);
void        gda_xml_document_set_compress_mode
                                            (GdaXmlDocument *xmldoc,
                                             gint mode);
gint        gda_xml_document_to_file        (GdaXmlDocument *xmldoc,
                                             const gchar *filename);
gchar*      gda_xml_document_stringify      (GdaXmlDocument *xmldoc);

Object Hierarchy


  GtkObject
   +----GdaXmlDocument

Signal Prototypes


"warning"   void        user_function      (GdaXmlDocument *gdaxmldocument,
                                            gpointer arg1,
                                            gpointer user_data);
"error"     void        user_function      (GdaXmlDocument *gdaxmldocument,
                                            gpointer arg1,
                                            gpointer user_data);

Description

Details

gda_xml_document_new ()

GdaXmlDocument* gda_xml_document_new        (const gchar *root_doc);

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

root_doc : root document new
Returns : 


gda_xml_document_construct ()

void        gda_xml_document_construct      (GdaXmlDocument *xmlfile,
                                             const gchar *root_doc);

xmlfile : 
root_doc : 


gda_xml_document_get_compress_mode ()

gint        gda_xml_document_get_compress_mode
                                            (GdaXmlDocument *xmldoc);

xmldoc : a GdaXmlDocument object
Returns :the compression mode being used by the given XML document


gda_xml_document_set_compress_mode ()

void        gda_xml_document_set_compress_mode
                                            (GdaXmlDocument *xmldoc,
                                             gint mode);

xmldoc : 
mode : 


gda_xml_document_to_file ()

gint        gda_xml_document_to_file        (GdaXmlDocument *xmldoc,
                                             const gchar *filename);

xmldoc : 
filename : 
Returns : 


gda_xml_document_stringify ()

gchar*      gda_xml_document_stringify      (GdaXmlDocument *xmldoc);

xmldoc : 
Returns : 

Signals

The "warning" signal

void        user_function                  (GdaXmlDocument *gdaxmldocument,
                                            gpointer arg1,
                                            gpointer user_data);

gdaxmldocument :the object which received the signal.
arg1 : 
user_data :user data set when the signal handler was connected.


The "error" signal

void        user_function                  (GdaXmlDocument *gdaxmldocument,
                                            gpointer arg1,
                                            gpointer user_data);

gdaxmldocument :the object which received the signal.
arg1 : 
user_data :user data set when the signal handler was connected.