XML Library
Classes | Namespaces | Typedefs
NodeContainer.hpp File Reference

The NodeContainer class declaration. More...

#include "Node.hpp"
#include <vector>

Classes

class  XML::NodeContainer
 The mixin class used for node types that can contain other nodes. More...

Namespaces

namespace  XML
 

The XML Library namespace.


Typedefs

typedef std::vector< NodePtr > XML::Nodes
 The default container type for a collection of Nodes.

Detailed Description

The NodeContainer class declaration.

Author:
Chris Oldwood