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