xmlwrapp
Lightweight C++ XML parsing library
|
This file contains the definition of the xml::tree_parser class. More...
#include "xmlwrapp/init.h"
#include "xmlwrapp/export.h"
#include "xmlwrapp/errors.h"
#include <cstddef>
#include <string>
Go to the source code of this file.
Classes | |
class | xml::tree_parser |
The xml::tree_parser class is used to parse an XML document and generate a tree like structure of xml::node objects. More... | |
Namespaces | |
xml | |
XML library namespace. | |
This file contains the definition of the xml::tree_parser class.