#include <xmlparser.h>
Public Member Functions | |
| XMLParser () | |
| Constructor. | |
| ~XMLParser () | |
| Destructor. | |
| BaseMessage * | parse (const InputSource &xmlMessage) const |
| Parses a message. | |
| BaseMessage * | parse (const std::string &xmlMessage) const |
| Parses a message. | |
| bool | getParsingError () 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. | |
Static Public Member Functions | |
| static void | Initialize () |
| Initiliaze xerces. | |
Yves Houpert <yves.houpert@insa-rouen.fr>
|
|
It returns exception caught during parsing, null if nothing was caught.
|
|
|
Parses a message.
|
|
|
Parses a message.
|
1.4.6