MIRA
|
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>
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> | |
A STL conform DOM reader/writer for XML.