![]() |
![]() |
![]() |
Goffice Reference Manual | ![]() |
---|---|---|---|---|
#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);
gboolean gog_persist_dom_load (GogPersist *gp, xmlNode *node);
|
|
|
|
Returns : |
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);
|
|
|
|
Returns : |
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);
|
|
Returns : |