#include <parser.h>
Public Member Functions | |
| Parser (TagHandler *ph) | |
| virtual | ~Parser () |
| int | feed (std::string &data) |
Definition at line 34 of file parser.h.
|
|
Constructs a new Parser object.
Definition at line 22 of file parser.cpp. |
|
|
Virtual destructor. Definition at line 29 of file parser.cpp. |
|
|
Use this function to feed the parser with more XML.
Definition at line 161 of file parser.cpp. |
1.4.1