Mana
|
#include "utils/stringutils.h"
#include <libxml/parser.h>
#include <libxml/tree.h>
#include <libxml/xmlwriter.h>
#include <string_view>
Go to the source code of this file.
Classes | |
class | XML::Node |
class | XML::Node::Children |
Helper class to iterate over the children of a node. More... | |
class | XML::Node::Children::Iterator |
class | XML::Document |
A helper class for parsing an XML document, which also cleans it up again (RAII). More... | |
class | XML::Writer |
Helper class for writing out XML data. More... | |
Namespaces | |
namespace | XML |
XML helper functions. | |
Functions | |
void | XML::init () |
Initializes the XML engine. | |