Located in stechec/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...
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::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... | |
Files | |
| file | strings.hh |
Functions | |
| std::string | xml::xml2str (const XMLCh *xmlstr) |
| std::ostream & | xml::operator<< (std::ostream &os, const XMLCh *xmlstr) |
Located in stechec/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.
1.6.3