Inheritance diagram for OfxBankTransactionContainer:
Public Methods | |
OfxBankTransactionContainer (OfxGenericContainer *para_parentcontainer, string para_tag_identifier) | |
void | add_attribute (const string identifier, const string value) |
Add data to a container object. More... | |
OfxBankTransactionContainer (OfxGenericContainer *para_parentcontainer, string para_tag_identifier) | |
void | add_attribute (const string identifier, const string value) |
Add data to a container object. More... |
Built from <STMTTRN> OFX SGML entity
Definition at line 209 of file ofx_containers.hh.
|
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. |