Inheritance diagram for OfxBankTransactionContainer:
Built from OFX SGML entity
Definition at line 209 of file ofx_containers.hh.
Public Member Functions | |
OfxBankTransactionContainer (OfxGenericContainer *para_parentcontainer, string para_tag_identifier) | |
void | add_attribute (const string identifier, const string value) |
Add data to a container object. | |
OfxBankTransactionContainer (OfxGenericContainer *para_parentcontainer, string para_tag_identifier) | |
void | add_attribute (const string identifier, const string value) |
Add data to a container object. |
|
Add data to a container object. Must be called once completed parsing an OFX SGML data element. The parent container should know what to do with it.
Reimplemented from OfxTransactionContainer. |
|
Add data to a container object. Must be called once completed parsing an OFX SGML data element. The parent container should know what to do with it.
Reimplemented from OfxTransactionContainer. Definition at line 161 of file ofx_container_transaction.cpp. |