|  |  |  | Goffice Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Known Implementations | ||||
                    GOPersist;
                    GOPersistClass;
gboolean            go_persist_dom_load                 (GOPersist *gp,
                                                         xmlNode *node);
void                go_persist_sax_save                 (GOPersist const *gp,
                                                         GsfXMLOut *output);
void                go_persist_prep_sax                 (GOPersist *gp,
                                                         GsfXMLIn *xin,
                                                         xmlChar const **attrs);
#define             GO_PARAM_PERSISTENT
GOPersist is implemented by GogStyle, GOStyle, GogErrorBar and GODistribution.
typedef struct {
	GTypeInterface base;
	gboolean (*dom_load) (GOPersist *gp, xmlNode *node);
	void	 (*prep_sax) (GOPersist *gp, GsfXMLIn *xin, xmlChar const **attrs);
	void     (*sax_save) (GOPersist const *gp, GsfXMLOut *output);
} GOPersistClass;
gboolean go_persist_dom_load (GOPersist *gp, xmlNode *node);
| 
 | |
| 
 | |
| Returns : | 
void go_persist_sax_save (GOPersist const *gp, GsfXMLOut *output);
| 
 | |
| 
 | 
void go_persist_prep_sax (GOPersist *gp, GsfXMLIn *xin, xmlChar const **attrs);
| 
 | |
| 
 | |
| 
 |