XML Tools
[Tools Library]

Collaboration diagram for XML Tools:

Located in stechec/tools/xml directory.

Our XML parser is built on top of Xerces-C++, and abstract most of the boring work. You should have a look at the xml::XML class. More...

Files

file  strings.hh

Classes

class  xml::XMLError
 Class thrown on error. More...
class  xml::XML
 Application interface for XML document reading/writing.

This class can manage a very small subset of XML domain. Indeed, this is all TBT requires, to keep the code using it as simple as possible. More...

class  xml::XMLConfig
 XML parser/writer tailored for the configuration file.

Here the xml structure used: More...

class  xml::XMLFormation
 XML parser/writer tailored for team formation document files. More...
class  xml::XMLInternal
 Our internal utilisation of Xerces-C++. More...
class  xml::XMLTeam
 XML parser/writer tailored for team document files. More...

Functions

std::string xml::xml2str (const XMLCh *xmlstr)
std::ostream & xml::operator<< (std::ostream &os, const XMLCh *xmlstr)


Detailed Description

Located in stechec/tools/xml directory.

Our XML parser is built on top of Xerces-C++, and abstract most of the boring work. You should have a look at the xml::XML class.


Generated on Sat Jun 23 16:08:52 2007 for Stechec/TBT by  doxygen 1.4.7