#include <XMLConverter.h>
Public Member Functions | |
XMLConverter () throw (RGMAException) | |
virtual | ~XMLConverter () |
void | convertXMLResponse (ResultSet &resultSet, const std::string &xml) throw (RGMAException, UnknownResourceException) |
void | warning (const SAXParseException &exception) |
void | error (const SAXParseException &exception) |
void | fatalError (const SAXParseException &exception) |
void | resetErrors () |
|
Constructor |
|
Destructor |
|
Generate result set from XML string. This generates an empty set if the input string is empty
|
|
Error handler for the SAX ErrorHandler interface |
|
Fatal error handler for the SAX ErrorHandler interface |
|
Warning handler for the SAX ErrorHandler interface |