MIRA
Classes | Namespaces | Typedefs | Functions
XMLDomPreprocessor.h File Reference

Preprocessor for XML dom documents. More...

#include <list>
#include <map>
#include <boost/function.hpp>
#include <xml/XMLDom.h>
Include dependency graph for XMLDomPreprocessor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  XMLVariableValue
 Variables defined in xml documents. More...
 
class  XMLDomPreprocessor
 Preprocesses XML documents and resolves all special tags like , <if>, <warning> and so on. More...
 

Namespaces

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

Typedefs

typedef std::map< std::string, XMLVariableValue > XMLVariablesMap
 

Functions

std::ostream & operator<< (std::ostream &s, const XMLVariableValue &x)
 
void MIRA_BASE_EXPORT preprocessXML (XMLDom &ioXml, XMLVariablesMap &ioVariables)
 Shortcut for processing a XML document without creating a XMLDomPreprocessor yourself. More...
 

Detailed Description

Preprocessor for XML dom documents.

Author
Tim Langner
Date
2013/05/31