#include "CeylanTree.h"#include "CeylanXML.h"#include "CeylanVisitor.h"#include "CeylanXMLElement.h"#include <string>#include <stack>#include <list>


Go to the source code of this file.
Classes | |
| class | Ceylan::XML::XMLVisitorException |
| Exception to be raised when an XML parser operation failed. More... | |
| class | Ceylan::XML::XMLVisitor |
| Generic XML visitor. More... | |
| class | Ceylan::XML::XMLSavingVisitor |
| XML visitor dedicated to the saving of an XML tree (in memory) to an output stream, for example a file. More... | |
| class | Ceylan::XML::XMLSearchingVisitor |
| XML visitor dedicated to the searching in an XML tree of specific elements. More... | |
Namespaces | |
| namespace | Ceylan |
| This part of the Ceylan namespace gathers some convenient string manipulation facilities to be widely used. | |
| namespace | Ceylan::System |
| General system calls and properties. | |
| namespace | Ceylan::XML |
| Gathers all XML-related operations, including parsing. | |
1.5.8