#include <xmlparser.hpp>
Inheritance diagram for XMLParser:
Public Member Functions | |
bool | parse () |
Parse the file. Returns true on success. | |
Protected Types | |
typedef map< const char *, const char *, ltstr > | AttrList_t |
Type for attribute lists. | |
Protected Member Functions | |
virtual void | handleBeginElement (const string &rName, AttrList_t &attr) |
Callbacks. | |
Protected Attributes | |
bool | m_errors |
Flag for validation errors. |
Definition at line 37 of file xmlparser.hpp.