3Depict
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Enumerations | Functions
xmlHelper.h File Reference
#include <libxml/xmlreader.h>
#include <string>
#include "common/basics.h"
Include dependency graph for xmlHelper.h:
This graph shows which files directly or indirectly include this file:

Enumerations

enum  { PROP_PARSE_ERR = 1, PROP_BAD_ATT }
 

Functions

unsigned int XMLHelpNextType (xmlNodePtr &node, int)
 
unsigned int XMLHelpFwdToElem (xmlNodePtr &node, const char *nodeName)
 
std::string escapeXML (const std::string &s)
 
std::string unescapeXML (const std::string &s)
 
template<class T >
bool XMLGetNextElemAttrib (xmlNodePtr &nodePtr, T &v, const char *nodeName, const char *attrib)
 Jump to the next element of the given name and retrieve the value for the specified attrip. More...
 
template<class T >
unsigned int XMLHelpGetProp (T &prop, xmlNodePtr node, std::string propName)
 
template<>
unsigned int XMLHelpGetProp (std::string &prop, xmlNodePtr node, std::string propName)
 
template<class T >
bool XMLGetAttrib (xmlNodePtr &nodePtr, T &v, const char *attrib)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
PROP_PARSE_ERR 
PROP_BAD_ATT 

Function Documentation

◆ escapeXML()

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

◆ unescapeXML()

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

Referenced by AnalysisState::save().

Here is the caller graph for this function:

◆ XMLGetAttrib()

template<class T >
bool XMLGetAttrib ( xmlNodePtr &  nodePtr,
T &  v,
const char *  attrib 
)

◆ XMLGetNextElemAttrib()

template<class T >
bool XMLGetNextElemAttrib ( xmlNodePtr &  nodePtr,
T &  v,
const char *  nodeName,
const char *  attrib 
)

◆ XMLHelpFwdToElem()

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

◆ XMLHelpGetProp() [1/2]

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

◆ XMLHelpGetProp() [2/2]

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

◆ XMLHelpNextType()

unsigned int XMLHelpNextType ( xmlNodePtr &  node,
int   
)

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

Here is the caller graph for this function: