#include <rawstreamer.hpp>
Collaboration diagram for SAXRawHandler:
Definition at line 73 of file rawstreamer.hpp.
Public Methods | |
SAXRawHandler (XMLFlowContext *p_pContext, XMLStreamConsumer *p_pStreamConsumer) | |
Constructor. | |
~SAXRawHandler () | |
Destructor. | |
void | characters (const XMLCh *const chars, const unsigned int length) |
Receive notification of character data. Adds received data to temp buffer. | |
void | startElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const Attributes &attrs) |
void | endElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname) |
void | startDocument () |
void | endDocument () |
void | startPrefixMapping (const XMLCh *const prefix, const XMLCh *const uri) |
void | endPrefixMapping (const XMLCh *const prefix) |
void | processingInstruction (const XMLCh *const target, const XMLCh *const data) |
void | ignorableWhitespace (const XMLCh *const chars, const unsigned int length) |
void | setDocumentLocator (const Locator *const locator) |
void | skippedEntity (const XMLCh *const name) |
|
Constructor.
Definition at line 76 of file rawstreamer.cpp. References DEBUG_CREATE. |
|
Destructor.
Definition at line 86 of file rawstreamer.cpp. References DEBUG_DEL. |
|
Receive notification of character data. Adds received data to temp buffer.
Definition at line 97 of file rawstreamer.cpp. References DEBUG_FUNC, XMLFlowContext::getTranscoder(), releaseCharBuffer(), and XSTR(). |
|
Definition at line 117 of file rawstreamer.hpp. |
|
Definition at line 115 of file rawstreamer.hpp. |
|
Definition at line 119 of file rawstreamer.hpp. |
|
Definition at line 121 of file rawstreamer.hpp. |
|
Definition at line 120 of file rawstreamer.hpp. |
|
Definition at line 122 of file rawstreamer.hpp. |
|
Definition at line 123 of file rawstreamer.hpp. |
|
Definition at line 116 of file rawstreamer.hpp. |
|
Definition at line 114 of file rawstreamer.hpp. |
|
Definition at line 118 of file rawstreamer.hpp. |