LibOFX
|
Represents the <STATUS> OFX SGML entity. More...
#include <ofx_containers.hh>
Public Member Functions | |
OfxStatusContainer (LibofxContext *p_libofx_context, OfxGenericContainer *para_parentcontainer, string para_tag_identifier) | |
void | add_attribute (const string identifier, const string value) |
Add data to a container object. | |
![]() | |
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. | |
virtual int | gen_event () |
Generate libofx.h events. | |
virtual int | add_to_main_tree () |
Add this container to the main tree. | |
OfxGenericContainer * | getparent () |
Returns the parent container object (the one representing the containing OFX SGML element) | |
Data Fields | |
OfxStatusData | data |
![]() | |
string | type |
string | tag_identifier |
OfxGenericContainer * | parentcontainer |
LibofxContext * | libofx_context |
Represents the <STATUS> OFX SGML entity.
Definition at line 107 of file ofx_containers.hh.
OfxStatusContainer::OfxStatusContainer | ( | LibofxContext * | p_libofx_context, |
OfxGenericContainer * | para_parentcontainer, | ||
string | para_tag_identifier | ||
) |
Definition at line 73 of file ofx_containers_misc.cpp.
OfxStatusContainer::~OfxStatusContainer | ( | ) |
Definition at line 84 of file ofx_containers_misc.cpp.
|
virtual |
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.
identifier | The name of the data element |
value | The concatenated string of the data |
Reimplemented from OfxGenericContainer.
Definition at line 94 of file ofx_containers_misc.cpp.
OfxStatusData OfxStatusContainer::data |
Definition at line 110 of file ofx_containers.hh.