LibOFX
|
The root container. Created by the <OFX> OFX element or by the export functions. More...
Public Member Functions | |
OfxMainContainer (LibofxContext *p_libofx_context, OfxGenericContainer *para_parentcontainer, string para_tag_identifier) | |
int | add_container (OfxGenericContainer *container) |
int | add_container (OfxStatementContainer *container) |
int | add_container (OfxAccountContainer *container) |
int | add_container (OfxTransactionContainer *container) |
int | add_container (OfxSecurityContainer *container) |
int | add_container (OfxPositionContainer *container) |
int | gen_event () |
Generate libofx.h events. More... | |
OfxSecurityData * | find_security (string unique_id) |
OfxMainContainer (LibofxContext *p_libofx_context, OfxGenericContainer *para_parentcontainer, string para_tag_identifier) | |
int | add_container (OfxGenericContainer *container) |
int | add_container (OfxStatementContainer *container) |
int | add_container (OfxAccountContainer *container) |
int | add_container (OfxTransactionContainer *container) |
int | add_container (OfxSecurityContainer *container) |
int | add_container (OfxPositionContainer *container) |
int | gen_event () |
Generate libofx.h events. More... | |
OfxSecurityData * | find_security (string unique_id) |
![]() | |
OfxGenericContainer (LibofxContext *p_libofx_context) | |
OfxGenericContainer (LibofxContext *p_libofx_context, OfxGenericContainer *para_parentcontainer) | |
OfxGenericContainer (LibofxContext *p_libofx_context, OfxGenericContainer *para_parentcontainer, string para_tag_identifier) | |
virtual void | add_attribute (const string identifier, const string value) |
Add data to a container object. More... | |
virtual int | add_to_main_tree () |
Add this container to the main tree. More... | |
OfxGenericContainer * | getparent () |
Returns the parent container object (the one representing the containing OFX SGML element) | |
OfxGenericContainer (LibofxContext *p_libofx_context) | |
OfxGenericContainer (LibofxContext *p_libofx_context, OfxGenericContainer *para_parentcontainer) | |
OfxGenericContainer (LibofxContext *p_libofx_context, OfxGenericContainer *para_parentcontainer, string para_tag_identifier) | |
virtual void | add_attribute (const string identifier, const string value) |
Add data to a container object. More... | |
virtual int | add_to_main_tree () |
Add this container to the main tree. More... | |
OfxGenericContainer * | getparent () |
Returns the parent container object (the one representing the containing OFX SGML element) | |
Additional Inherited Members | |
![]() | |
string | type |
string | tag_identifier |
OfxGenericContainer * | parentcontainer |
LibofxContext * | libofx_context |
The root container. Created by the <OFX> OFX element or by the export functions.
The OfxMainContainer maintains trees of processed ofx data structures which can be used to generate events in the right order, and eventually export in OFX and QIF formats and even generate matching OFX querys.
Definition at line 291 of file build/libofx-0.10.0/lib/ofx_containers.hh.
|
virtual |
Generate libofx.h events.
gen_event will call the appropriate ofx_proc_XXX_cb defined in libofx.h if one is available.
Reimplemented from OfxGenericContainer.
Definition at line 183 of file build/libofx-0.10.0/lib/ofx_container_main.cpp.
Referenced by OFCApplication::endElement(), and OFXApplication::endElement().
|
virtual |
Generate libofx.h events.
gen_event will call the appropriate ofx_proc_XXX_cb defined in libofx.h if one is available.
Reimplemented from OfxGenericContainer.