MIRA
|
Preprocessor for XML dom documents. More...
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... | |
Preprocessor for XML dom documents.