xmlwrapp
Lightweight C++ XML parsing library
|
This file contains the definition of the xml::document class. More...
#include "xmlwrapp/init.h"
#include "xmlwrapp/node.h"
#include "xmlwrapp/export.h"
#include "xmlwrapp/errors.h"
#include <iosfwd>
#include <string>
#include <cstddef>
Go to the source code of this file.
Classes | |
class | xml::document |
The xml::document class is used to hold the XML tree and various bits of information about it. More... | |
Namespaces | |
xslt | |
XSLT library namespace. | |
xml | |
XML library namespace. | |
This file contains the definition of the xml::document class.