|
Public Member Functions |
| XMLObject () |
virtual void | startElement (const xmlChar *name, const xmlChar **attrs)=0 |
virtual void | endElement (const xmlChar *name)=0 |
virtual void | reading (std::string filename) |
virtual void | done () |
bool | dataOK () |
Protected Member Functions |
void | parseIntegerRequired (const xmlChar *name, const xmlChar **attrs, const char *attribute, int &value) |
void | parseIntegerOptional (const xmlChar *name, const xmlChar **attrs, const char *attribute, int &value) |
void | parseRealRequired (const xmlChar *name, const xmlChar **attrs, const char *attribute, real &value) |
void | parseRealOptional (const xmlChar *name, const xmlChar **attrs, const char *attribute, real &value) |
void | parseStringRequired (const xmlChar *name, const xmlChar **attrs, const char *attribute, std::string &value) |
void | parseStringOptional (const xmlChar *name, const xmlChar **attrs, const char *attribute, std::string &value) |
Protected Attributes |
bool | ok |