|
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>
Include dependency graph for tree_parser.h:
This graph shows which files directly or indirectly include this file: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.
1.8.13