#include <cachedefinitionstreamer.hpp>
Inheritance diagram for CacheDefinitionStreamer:
Definition at line 55 of file cachedefinitionstreamer.hpp.
Public Methods | |
CacheDefinitionStreamer (const XMLStreamerFactory *p_pParent, StreamerParams *p_pParameters, XMLFlowContext *p_pContext, XMLStreamConsumer *p_pOutput, ContentHandler *p_pHandler, bool p_fCopyStreamToOutput) | |
virtual | ~CacheDefinitionStreamer () |
bool | commitStream (bool p_fFinal=false) |
xML Stream commit function. This function is called to commit a chunk or the whole of the input XML stream. A partial commit means that the data provided since last commit is OK for processing. A final commit means that the whole input stream has been provided and that the streamer should consider the input XML document as complete. |
|
Definition at line 54 of file cachedefinitionstreamer.cpp. References DEBUG_CREATE. |
|
Definition at line 63 of file cachedefinitionstreamer.cpp. References DEBUG_DEL. |
|
xML Stream commit function.
Reimplemented from SaxStreamer. Definition at line 71 of file cachedefinitionstreamer.cpp. References CACHEDEFINITIONSTREAMER_TAGNAME, CATCH_XML_FLOW_ERROR_RELEASE_AND_RETURN, SaxStreamer::commitStream(), DEBUG_IN, DEBUG_OUT, XMLStreamer::getParamValue(), SaxStreamer::m_pHandler, XMLStreamer::m_pParent, ON_XML_FLOW_ERROR_DO, ON_XML_FLOW_ERROR_THROW, PREP_CATCH_XML_FLOW_ERROR, and WATCH_XML_FLOW_ERROR. |