Definition at line 43 of file ofx_sgml.cpp.
Public Member Functions | |
void | startElement (const StartElementEvent &event) |
Callback: Start of an OFX element. | |
void | endElement (const EndElementEvent &event) |
Callback: End of an OFX element. | |
void | data (const DataEvent &event) |
Callback: Data from an OFX element. | |
void | error (const ErrorEvent &event) |
Callback: SGML parse error. | |
void | openEntityChange (const OpenEntityPtr ¶_entity_ptr) |
Callback: Receive internal OpenSP state. | |
void | startElement (const StartElementEvent &event) |
Callback: Start of an OFX element. | |
void | endElement (const EndElementEvent &event) |
Callback: End of an OFX element. | |
void | data (const DataEvent &event) |
Callback: Data from an OFX element. | |
void | error (const ErrorEvent &event) |
Callback: SGML parse error. | |
void | openEntityChange (const OpenEntityPtr ¶_entity_ptr) |
Callback: Receive internal OpenSP state. | |
Data Fields | |
OfxGenericContainer * | curr_container_element |
OfxGenericContainer * | tmp_container_element |
bool | is_data_element |
string | incoming_data |
OfxGenericContainer * | curr_container_element |
OfxGenericContainer * | tmp_container_element |
|
Callback: Data from an OFX element. An OpenSP callback, get's called when the raw data of an OFX element appears in the file. Is usually called more than once for a single element, so we must concatenate the data. Definition at line 274 of file fx-0.6.6/lib/ofx_sgml.cpp. |
|
Callback: Data from an OFX element. An OpenSP callback, get's called when the raw data of an OFX element appears in the file. Is usually called more than once for a single element, so we must concatenate the data. Definition at line 274 of file ofx_sgml.cpp. |
|
Callback: End of an OFX element. An OpenSP callback, get's called at the end of an OFX element (the closing tags are not always present in OFX) in the file. Definition at line 202 of file fx-0.6.6/lib/ofx_sgml.cpp. |
|
Callback: End of an OFX element. An OpenSP callback, get's called at the end of an OFX element (the closing tags are not always present in OFX) in the file. Definition at line 202 of file ofx_sgml.cpp. |
|
Callback: SGML parse error. An OpenSP callback, get's called when a parser error has occured. Definition at line 286 of file fx-0.6.6/lib/ofx_sgml.cpp. |
|
Callback: SGML parse error. An OpenSP callback, get's called when a parser error has occured. Definition at line 286 of file ofx_sgml.cpp. |
|
Callback: Receive internal OpenSP state. An Internal OpenSP callback, used to be able to generate line number. Definition at line 330 of file fx-0.6.6/lib/ofx_sgml.cpp. |
|
Callback: Receive internal OpenSP state. An Internal OpenSP callback, used to be able to generate line number. Definition at line 330 of file ofx_sgml.cpp. |
|
Callback: Start of an OFX element. An OpenSP callback, get's called when the opening tag of an OFX element appears in the file Definition at line 61 of file fx-0.6.6/lib/ofx_sgml.cpp. |
|
Callback: Start of an OFX element. An OpenSP callback, get's called when the opening tag of an OFX element appears in the file Definition at line 61 of file ofx_sgml.cpp. |
|
The currently open object from ofx_proc_rs.cpp Definition at line 46 of file fx-0.6.6/lib/ofx_sgml.cpp. |
|
The currently open object from ofx_proc_rs.cpp Definition at line 46 of file ofx_sgml.cpp. Referenced by endElement(), and startElement(). |
|
The raw data from the SGML data element Definition at line 49 of file fx-0.6.6/lib/ofx_sgml.cpp. Referenced by data(), endElement(), and startElement(). |
|
If the SGML element contains data, this flag is raised Definition at line 48 of file fx-0.6.6/lib/ofx_sgml.cpp. Referenced by endElement(), and startElement(). |