gloox
0.9.9.12
|
#include <parser.h>
Public Member Functions | |
Parser (TagHandler *ph) | |
virtual | ~Parser () |
bool | feed (const std::string &data) |
void | reset () |
Parser | ( | TagHandler * | ph | ) |
Constructs a new Parser object.
ph | The object to send incoming Tags to. |
Definition at line 22 of file parser.cpp.
|
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.