Classes providing support for XML data files. More...
#include "config.h"#include <algorithm>#include "xml.h"#include "global.h"#include "stringUtils.h"#include <ctype.h>#include <cstdlib>
Go to the source code of this file.
Classes | |
| class | XML_Error |
| Classs representing a generic XML error condition. More... | |
| class | XML_TagMismatch |
| Class representing a specific type of XML file formatting error. More... | |
| class | XML_NoChild |
| Class representing a specific type of XML file formatting error. More... | |
| class | XML_IllegalUnits |
| Class representing a specific type of XML file formatting error. More... | |
Namespaces | |
| namespace | Cantera |
Namespace for the Cantera kernel. | |
Functions | |
| XML_Node * | findXMLPhase (XML_Node *root, const std::string &phaseName) |
| Search an XML_Node tree for a named phase XML_Node. | |
Classes providing support for XML data files.
These classes implement only those aspects of XML required to read, write, and manipulate CTML data files.
Definition in file xml.cpp.
1.6.3