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