This class implements a read-only view of XML nodes. More...
#include <nodes_view.h>
Public Member Functions | |
const_iterator | begin () const |
Get an iterator that points to the beginning of this node's children. | |
const_iterator | end () const |
Get an iterator that points one past the last child for this node. | |
bool | empty () const |
Is the view empty? |
This class implements a read-only view of XML nodes.
The only difference from xml::nodes_view is that it doesn't allow modifications of the nodes, it is otherwise identical.
const_iterator xml::const_nodes_view::begin | ( | ) | const [inline] |
Get an iterator that points to the beginning of this node's children.
bool xml::const_nodes_view::empty | ( | ) | const [inline] |
Is the view empty?
const_iterator xml::const_nodes_view::end | ( | ) | const [inline] |
Get an iterator that points one past the last child for this node.