libatomprobe
Library for Atom Probe Tomography (APT) computation
Namespaces | Functions
XMLHelper.cpp File Reference
#include "atomprobe/helper/XMLHelper.h"
Include dependency graph for XMLHelper.cpp:

Go to the source code of this file.

Namespaces

 AtomProbe
 

Functions

void AtomProbe::XMLFreeDoc (void *data)
 Free a xmlDoc pointer. For use in conjunction with std::unique_ptr for auto-deallocation. More...
 
unsigned int AtomProbe::XMLHelpNextType (xmlNodePtr &node, int)
 
unsigned int AtomProbe::XMLHelpFwdToElem (xmlNodePtr &node, const char *nodeName)
 
unsigned int AtomProbe::XMLHelpFwdNotElem (xmlNodePtr &node, const char *nodeName)
 
string AtomProbe::XMLHelpGetText (xmlNodePtr node)