#include <ifstreamer.hpp>
Inheritance diagram for IFStreamer:
Definition at line 54 of file ifstreamer.hpp.
Public Methods | |
IFStreamer (const XMLStreamerFactory *p_pParent, StreamerParams *p_pParameters, XMLFlowContext *p_pContext, XMLStreamConsumer *p_pOutput) | |
~IFStreamer () | |
bool | initStream () |
Stream beginning notifier. This function is called before receiving any byte of the input XML stream. It should performs init tasks. | |
bool | evaluateCondition (StreamerParams *p_pParameters) |
|
Definition at line 54 of file ifstreamer.cpp. |
|
Definition at line 60 of file ifstreamer.cpp. |
|
Definition at line 77 of file ifstreamer.cpp. References DEBUG_FUNC, and XMLStreamer::getParamValue(). Referenced by initStream(). |
|
Stream beginning notifier.
Reimplemented from XMLStreamer. Definition at line 69 of file ifstreamer.cpp. References evaluateCondition(). |