XFaceApp::XMLUtils Class Reference
#include <XMLUtils.h>
Detailed Description
- Author:
- Koray Balci
17.02.2005: Added Xerces library and removed TinyXML use.
Static Public Member Functions | |
static std::string | xmlify (const Task &task) |
Creates the XML sentence for the Task task as a std::string. | |
static std::string | xmlify (const Notification ¬e) |
Creates the XML sentence for the Notification note as a std::string. | |
static Notification | xmlToNotification (const std::string &xmlString) |
Creates the Notification object from the XML sentence passed as a std::string. | |
static Task | xmlToTask (const std::string &xmlString) |
Creates the Task object from the XML sentence passed as a std::string. |
The documentation for this class was generated from the following files:
- XMLUtils.h
- XMLUtils.cpp
Generated on Mon Aug 28 15:39:26 2006 for Xface Core Library by 1.4.6-NO