Synopsis
#include <goffice/graph/gog-object-xml.h>
            GogPersist;
gboolean    gog_persist_dom_load            (GogPersist *gp,
                                             xmlNode *node);
void        gog_persist_sax_save            (GogPersist const *gp,
                                             GsfXMLOut *output);
void        gog_persist_prep_sax            (GogPersist *gp,
                                             GsfXMLIn *xin,
                                             xmlChar const **attrs);
void        gog_object_set_arg              (char const *name,
                                             char const *val,
                                             GogObject *obj);
void        gog_object_write_xml_sax        (GogObject const *obj,
                                             GsfXMLOut *output);
GogObject*  gog_object_new_from_xml         (GogObject *parent,
                                             xmlNode *node);
void        gog_object_sax_push_parser      (GsfXMLIn *xin,
                                             xmlChar const **attrs,
                                             GogObjectSaxHandler handler,
                                             gpointer user_data);
void        (*GogObjectSaxHandler)          (GogObject *obj,
                                             gpointer user_data);
void        go_xml_out_add_color            (GsfXMLOut *out,
                                             char const *id,
                                             GOColor c);
GogObject*  gog_xml_read_state_get_obj      (GsfXMLIn *xin);
 
Object Hierarchy
  GInterface
   +----GogPersist
 
Details
GogPersist
typedef struct _GogPersist GogPersist;
 
gog_persist_prep_sax ()
void        gog_persist_prep_sax            (GogPersist *gp,
                                             GsfXMLIn *xin,
                                             xmlChar const **attrs);
 
gog_object_set_arg ()
void        gog_object_set_arg              (char const *name,
                                             char const *val,
                                             GogObject *obj);
 
gog_object_write_xml_sax ()
void        gog_object_write_xml_sax        (GogObject const *obj,
                                             GsfXMLOut *output);
 
gog_object_new_from_xml ()
GogObject*  gog_object_new_from_xml         (GogObject *parent,
                                             xmlNode *node);
| parent: |  | 
| node: |  | 
| Returns : |  | 
 
gog_object_sax_push_parser ()
void        gog_object_sax_push_parser      (GsfXMLIn *xin,
                                             xmlChar const **attrs,
                                             GogObjectSaxHandler handler,
                                             gpointer user_data);
| xin: |  | 
| attrs: |  | 
| handler: |  | 
| user_data: |  | 
 
GogObjectSaxHandler ()
void        (*GogObjectSaxHandler)          (GogObject *obj,
                                             gpointer user_data);
 
go_xml_out_add_color ()
void        go_xml_out_add_color            (GsfXMLOut *out,
                                             char const *id,
                                             GOColor c);