#include <parser.h>
Collaboration diagram for Parser:

Public Member Functions | |
| Parser (TagHandler *ph) | |
| virtual | ~Parser () |
| bool | feed (const std::string &data) |
| void | reset () |
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 28 of file parser.cpp. |
|
|
Use this function to feed the parser with more XML.
Definition at line 33 of file parser.cpp. |
|
|
Rests the parser's internal state. |
1.4.1