#include <systemstreamer.hpp>
Collaboration diagram for SAXSystemHandler:
Definition at line 74 of file systemstreamer.hpp.
Public Methods | |
SAXSystemHandler (XMLFlowContext *p_pContext, XMLStreamConsumer *p_pStreamConsumer) | |
Constructor. | |
~SAXSystemHandler () | |
Destructor. | |
void | startElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const Attributes &attrs) |
void | characters (const XMLCh *const chars, const unsigned int length) |
Receive notification of character data. Adds received data to temp buffer. | |
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 77 of file systemstreamer.cpp. References DEBUG_CREATE. |
|
Destructor.
Definition at line 87 of file systemstreamer.cpp. References DEBUG_DEL. |
|
Receive notification of character data. Adds received data to temp buffer.
Definition at line 111 of file systemstreamer.cpp. References DEBUG_FUNC, XMLFlowContext::getTranscoder(), releaseCharBuffer(), trimCharBuffer(), and XSTR(). |
|
Definition at line 127 of file systemstreamer.hpp. |
|
Definition at line 138 of file systemstreamer.cpp. References XMLFlowContext::getTranscoder(), XMLPROCESSOR_MAX_TAG_SIZE, and XSTR(). |
|
Definition at line 129 of file systemstreamer.hpp. |
|
Definition at line 131 of file systemstreamer.hpp. |
|
Definition at line 130 of file systemstreamer.hpp. |
|
Definition at line 132 of file systemstreamer.hpp. |
|
Definition at line 133 of file systemstreamer.hpp. |
|
Definition at line 126 of file systemstreamer.hpp. |
|
Definition at line 98 of file systemstreamer.cpp. References XMLFlowContext::getTranscoder(), XMLPROCESSOR_MAX_TAG_SIZE, and XSTR(). |
|
Definition at line 128 of file systemstreamer.hpp. |