24 #ifndef SIXTP_DOM_GENERATORS_H 25 #define SIXTP_DOM_GENERATORS_H 31 #include "Recurrence.h" 33 #include "gnc-xml-helper.h" 35 xmlNodePtr text_to_dom_tree (
const char* tag,
const char* str);
36 xmlNodePtr int_to_dom_tree (
const char* tag, gint64 val);
37 xmlNodePtr boolean_to_dom_tree (
const char* tag, gboolean val);
38 xmlNodePtr guid_to_dom_tree (
const char* tag,
const GncGUID* gid);
39 xmlNodePtr commodity_ref_to_dom_tree (
const char* tag,
const gnc_commodity* c);
40 xmlNodePtr time64_to_dom_tree (
const char* tag,
time64);
41 xmlNodePtr gdate_to_dom_tree (
const char* tag,
const GDate* spec);
42 xmlNodePtr gnc_numeric_to_dom_tree (
const char* tag,
const gnc_numeric* num);
43 xmlNodePtr qof_instance_slots_to_dom_tree (
const char* tag,
45 xmlNodePtr guint_to_dom_tree (
const char* tag, guint an_int);
46 xmlNodePtr recurrence_to_dom_tree (
const gchar* tag,
const Recurrence* r);
48 gchar* double_to_string (
double value);
gint64 time64
Most systems that are currently maintained, including Microsoft Windows, BSD-derived Unixes and Linux...
The type used to store guids in C.
Commodity handling public routines.