#include <DbXMLSaxHandler.hpp>
Public Methods | |
DbXMLSaxHandler () | |
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 | characters (const XMLCh *const chars, const unsigned int length) |
void | resetDocument () |
Folder * | getRoot () |
|
Default constructor. |
|
Called whenever raw character data inside an element are encountered. |
|
Called whenever a element is closed in the XML source file. |
|
Return the root folder of the XML file. This only returns something useful after the parsing has finished. |
|
|
|
Called whenever a new element is encountered in the XML source file. |