| Top |
| void | (*GogObjectSaxHandler) () |
| GogObject * | gog_object_new_from_input () |
| void | gog_object_sax_push_parser () |
| void | gog_object_set_arg () |
| void | gog_object_write_xml_sax () |
| GogObject * | gog_xml_read_state_get_obj () |
GogObject * gog_object_new_from_input (GsfInput *input,gpointer user_unserialize);
void gog_object_sax_push_parser (GsfXMLIn *xin,xmlChar const **attrs,GogObjectSaxHandler handler,gpointer user_unserialize,gpointer user_data);
Unserializes a GogObject using handler
when done.
xin |
GsfXMLIn |
|
attrs |
XML attributes |
|
handler |
callback. |
[scope call] |
user_unserialize |
user data for GOData reading |
|
user_data |
user data for |
void gog_object_write_xml_sax (GogObject const *obj,GsfXMLOut *output,gpointer user);