HPCToolkit
XercesUtil.hpp File Reference
#include <string>
#include <xercesc/sax2/Attributes.hpp>
#include <xercesc/util/XMLString.hpp>
Include dependency graph for XercesUtil.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void InitXerces ()
 
void FiniXerces ()
 
std::string getAttr (const XERCES_CPP_NAMESPACE::Attributes &attributes, int i)
 
std::string getAttr (const XERCES_CPP_NAMESPACE::Attributes &attributes, const XMLCh *const attr)
 
static std::string make_string (const XMLCh *const xmlStr)
 

Function Documentation

◆ FiniXerces()

void FiniXerces ( )

Definition at line 92 of file XercesUtil.cpp.

Here is the caller graph for this function:

◆ getAttr() [1/2]

std::string getAttr ( const XERCES_CPP_NAMESPACE::Attributes &  attributes,
int  i 
)

◆ getAttr() [2/2]

std::string getAttr ( const XERCES_CPP_NAMESPACE::Attributes &  attributes,
const XMLCh *const  attr 
)

◆ InitXerces()

void InitXerces ( )

Definition at line 78 of file XercesUtil.cpp.

Here is the caller graph for this function:

◆ make_string()

static std::string make_string ( const XMLCh *const  xmlStr)
inlinestatic

Definition at line 78 of file XercesUtil.hpp.

Here is the caller graph for this function: