|
Cantera
2.4.0
|
Classes providing support for XML data files. More...
#include "cantera/base/xml.h"#include "cantera/base/stringUtils.h"#include "cantera/base/global.h"#include "cantera/base/utilities.h"#include <sstream>#include <fstream>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... | |
Namespaces | |
| Cantera | |
| Namespace for the Cantera kernel. | |
Functions | |
| static string::size_type | findUnbackslashed (const std::string &s, const char q, std::string::size_type istart=0) |
| Find the first position of a character, q, in string, s, which is not immediately preceded by the backslash character. More... | |
| XML_Node * | findXMLPhase (XML_Node *root, const std::string &phaseName) |
| Search an XML_Node tree for a named phase XML_Node. More... | |
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.8.14