xmlwrapp
Lightweight C++ XML parsing library
|
This file contains the definition of the xml::node class. More...
#include "xmlwrapp/init.h"
#include "xmlwrapp/export.h"
#include "xmlwrapp/_cbfo.h"
#include <cstddef>
#include <iosfwd>
#include <string>
Go to the source code of this file.
Classes | |
class | xml::node |
The xml::node class is used to hold information about one XML node. More... | |
struct | xml::node::cdata |
Helper struct for creating a xml::node of type_cdata. More... | |
struct | xml::node::comment |
Helper struct for creating a xml::node of type_comment. More... | |
struct | xml::node::pi |
Helper struct for creating a xml::node of type_pi. More... | |
struct | xml::node::text |
Helper struct for creating a xml::node of type_text. More... | |
class | xml::node::iterator |
The xml::node::iterator provides a way to access children nodes similar to a standard C++ container. More... | |
class | xml::node::const_iterator |
The xml::node::const_iterator provides a way to access children nodes similar to a standard C++ container. More... | |
Namespaces | |
xml | |
XML library namespace. | |
This file contains the definition of the xml::node class.