#include <string>
#include <xercesc/sax2/Attributes.hpp>
#include <xercesc/util/XMLString.hpp>
Go to the source code of this file.
|
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) |
|
◆ FiniXerces()
◆ 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()
◆ make_string()
static std::string make_string |
( |
const XMLCh *const |
xmlStr | ) |
|
|
inlinestatic |