MIRA
Classes | Namespaces
XMLDom.h File Reference

A STL conform DOM reader/writer for XML. More...

#include <iostream>
#include <string>
#include <boost/noncopyable.hpp>
#include <error/Exceptions.h>
#include <platform/Types.h>
#include <utils/Path.h>
#include <utils/ToString.h>
Include dependency graph for XMLDom.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XMLDom
 A STL conform wrapper for libxml2 to read XML files as DOM. More...
 
struct  XMLDom::NameSpace
 Namespace information of a node. More...
 
class  XMLDom::const_attribute_iterator
 Const iterator for iterating over attributes. More...
 
class  XMLDom::attribute_iterator
 Iterator for iterating over attributes. More...
 
class  XMLDom::const_data_iterator< Type >
 Const iterator for iterating over data nodes. More...
 
class  XMLDom::data_iterator< Type >
 Iterator for iterating over data nodes. More...
 
class  XMLDom::iterator_base
 Base iterator for iterating over xml nodes with the same parent (siblings) More...
 
class  XMLDom::const_sibling_iterator
 Const sibling_iterator for iterating over xml nodes that have the same parent (siblings) More...
 
class  XMLDom::sibling_iterator
 Iterator for iterating over xml nodes that have the same parent (sibligs) More...
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Detailed Description

A STL conform DOM reader/writer for XML.

Author
Tim Langner
Date
2010/07/01