3Depict
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Functions
xmlHelper.cpp File Reference
#include "xmlHelper.h"
#include <cstring>
Include dependency graph for xmlHelper.cpp:

Functions

std::string escapeXML (const std::string &input)
 
std::string unescapeXML (const std::string &input)
 
template<>
unsigned int XMLHelpGetProp (std::string &prop, xmlNodePtr node, string propName)
 
unsigned int XMLHelpNextType (xmlNodePtr &node, int nodeType)
 
unsigned int XMLHelpFwdToElem (xmlNodePtr &node, const char *nodeName)
 

Function Documentation

◆ escapeXML()

std::string escapeXML ( const std::string &  input)

◆ unescapeXML()

std::string unescapeXML ( const std::string &  input)

Referenced by AnalysisState::save().

Here is the caller graph for this function:

◆ XMLHelpFwdToElem()

unsigned int XMLHelpFwdToElem ( xmlNodePtr &  node,
const char *  nodeName 
)

◆ XMLHelpGetProp()

template<>
unsigned int XMLHelpGetProp ( std::string &  prop,
xmlNodePtr  node,
string  propName 
)

◆ XMLHelpNextType()

unsigned int XMLHelpNextType ( xmlNodePtr &  node,
int  nodeType 
)

Referenced by FilterTree::loadXML(), ConfigFile::read(), and AnalysisState::save().

Here is the caller graph for this function: