#include <MsgXbelParser.hpp>
Public Methods | |
MsgXbelParser () | |
~MsgXbelParser () | |
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) |
vector< Node *> | getItems () |
|
Default constructor. |
|
Destructor. |
|
Called whenever raw data inide an element are encountered. |
|
|
|
Called whenever a new element is encountered in the XML source file. |