xml::const_nodes_view Class Reference

This class implements a read-only view of XML nodes. More...

#include <nodes_view.h>

List of all members.

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?

Detailed Description

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.

See also:
nodes_view
Author:
Vaclav Slavik
Since:
0.6.0

Member Function Documentation

const_iterator xml::const_nodes_view::begin (  )  const [inline]

Get an iterator that points to the beginning of this node's children.

Returns:
An iterator that points to the beginning of the 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.

Returns:
A "one past the end" iterator.

The documentation for this class was generated from the following file:

Generated on Sun Dec 20 12:42:33 2009 for xmlwrapp by  doxygen 1.6.1