Xface Core Library: XFaceApp::XMLUtils Class Reference

XFace / XEngine / XMath

XFaceApp::XMLUtils Class Reference

#include <XMLUtils.h>

List of all members.


Detailed Description

Author:
Koray Balci
Various utility functions for XML go here. All members are static, this class exists just to avoid polluting global namespace.

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 &note)
 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:
Generated on Mon Aug 28 15:39:26 2006 for Xface Core Library by  doxygen 1.4.6-NO