33#include "gnc-xml-helper.h"
36xmlNodePtr gnc_account_dom_tree_create (
Account* act, gboolean exporting,
37 gboolean allow_incompat);
38sixtp* gnc_account_sixtp_parser_create (
void);
40xmlNodePtr gnc_book_dom_tree_create (
QofBook* book);
41sixtp* gnc_book_sixtp_parser_create (
void);
42sixtp* gnc_book_id_sixtp_parser_create (
void);
43sixtp* gnc_book_slots_sixtp_parser_create (
void);
45xmlNodePtr gnc_commodity_dom_tree_create (
const gnc_commodity* com);
46sixtp* gnc_commodity_sixtp_parser_create (
void);
48sixtp* gnc_freqSpec_sixtp_parser_create (
void);
50xmlNodePtr gnc_lot_dom_tree_create (GNCLot*);
51sixtp* gnc_lot_sixtp_parser_create (
void);
53xmlNodePtr gnc_pricedb_dom_tree_create (GNCPriceDB* db);
54sixtp* gnc_pricedb_sixtp_parser_create (
void);
56xmlNodePtr gnc_schedXaction_dom_tree_create (SchedXaction* sx);
57sixtp* gnc_schedXaction_sixtp_parser_create (
void);
59xmlNodePtr gnc_budget_dom_tree_create (GncBudget* bgt);
60sixtp* gnc_budget_sixtp_parser_create (
void);
62xmlNodePtr gnc_transaction_dom_tree_create (Transaction* txn);
63sixtp* gnc_transaction_sixtp_parser_create (
void);
65sixtp* gnc_template_transaction_sixtp_parser_create (
void);
Scheduled Transactions public handling routines.
All type declarations for the whole Gnucash engine.
a simple price database for gnucash