This class implements an XML parser. More...
#include <parser.h>
Public Member Functions | |
Parser (TagHandler *ph) | |
virtual | ~Parser () |
bool | feed (const std::string &data) |
void | reset () |
This class implements an XML parser.
Definition at line 34 of file parser.h.
Parser | ( | TagHandler * | ph | ) |
Constructs a new Parser object.
ph | The object to send incoming Tags to. |
Definition at line 22 of file parser.cpp.
~Parser | ( | ) | [virtual] |
Virtual destructor.
Definition at line 28 of file parser.cpp.
bool feed | ( | const std::string & | data | ) |
Use this function to feed the parser with more XML.
data | Raw xml to parse. |
Definition at line 33 of file parser.cpp.