xmlwrapp
Lightweight C++ XML parsing library
|
The const_iterator provides a way to access nodes in the view similar to a standard C++ container. More...
#include <nodes_view.h>
The const_iterator provides a way to access nodes in the view similar to a standard C++ container.
The nodes that are pointed to by the iterator cannot be changed.
As xml::node::const_iterator itself, this is only a forward iterator.