#include <ecoute.h>
Public Member Functions | |
| Ecoute () | |
| Constructor. | |
| ~Ecoute () | |
| Destructor. | |
| BaseMessage * | readMessage (const std::string &xmlMessage) |
| It builds a BaseMessage object from a XML document. | |
| bool | isParsingError () const |
| It tells if an error occurs during parsing. true If an error occurs during parsing, false otherwise. | |
| SAXParseException * | getParsingException () const |
| It returns exception caught during parsing, null if nothing was caught. | |
Yves Houpert <yves.houpert@insa-rouen.fr>
|
|
It returns exception caught during parsing, null if nothing was caught.
|
|
|
It builds a BaseMessage object from a XML document.
|
1.4.6