| Top |  |  |  |  | 
GOPersist is implemented by GODistribution, GOStyle, GogAxis, GogAxisColorMap, GogErrorBar, GogGraph, GogStyle and GogTheme.
void go_persist_prep_sax (GOPersist *gp,GsfXMLIn *xin,xmlChar const **attrs);
typedef struct {
	GTypeInterface base;
	void	 (*prep_sax) (GOPersist *gp, GsfXMLIn *xin, xmlChar const **attrs);
	void     (*sax_save) (GOPersist const *gp, GsfXMLOut *output);
} GOPersistClass;
| GTypeInterface  | base interface. | |
| loads the persistent object from a GsfXMLIn. | ||
| saves the persistent object to a GsfXMLOut. |