Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

IFStreamer Class Reference

#include <ifstreamer.hpp>

Inheritance diagram for IFStreamer:

Inheritance graph
[legend]
Collaboration diagram for IFStreamer:

Collaboration graph
[legend]
List of all members.

Detailed Description

Named buffer reader XML handler class.

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)


Constructor & Destructor Documentation

BEGIN_XDFLENGINE_NS IFStreamer::IFStreamer const XMLStreamerFactory   p_pParent,
StreamerParams   p_pParameters,
XMLFlowContext   p_pContext,
XMLStreamConsumer   p_pOutput
 

Definition at line 54 of file ifstreamer.cpp.

IFStreamer::~IFStreamer  
 

Definition at line 60 of file ifstreamer.cpp.


Member Function Documentation

bool IFStreamer::evaluateCondition StreamerParams   p_pParameters
 

Definition at line 77 of file ifstreamer.cpp.

References DEBUG_FUNC, and XMLStreamer::getParamValue().

Referenced by initStream().

bool IFStreamer::initStream   [virtual]
 

Stream beginning notifier.
This function is called before receiving any byte of the input XML stream. It should performs init tasks.

Returns:
Not used, should return TRUE.

Reimplemented from XMLStreamer.

Definition at line 69 of file ifstreamer.cpp.

References evaluateCondition().


The documentation for this class was generated from the following files:
Generated on Sat Oct 4 13:24:13 2003 for XDFLengine by doxygen1.3-rc2