#include <MiscalibReaderFromXMLDomUtils.h>
|
static double | getFloatAttribute (XERCES_CPP_NAMESPACE::DOMNamedNodeMap *attributes, std::string attr_name, bool &well_formed_string) |
|
static int | getIntAttribute (XERCES_CPP_NAMESPACE::DOMNamedNodeMap *attributes, std::string attr_name, bool &well_formed_string) |
|
static std::string | getStringAttribute (XERCES_CPP_NAMESPACE::DOMNamedNodeMap *attributes, std::string attr_name) |
|
static bool | hasAttribute (XERCES_CPP_NAMESPACE::DOMNamedNodeMap *attributes, std::string attr_name) |
|
static std::string | toString (const XMLCh *str) |
|
a collection of some XML reading utilities
Definition at line 11 of file MiscalibReaderFromXMLDomUtils.h.
static double MiscalibReaderFromXMLDomUtils::getFloatAttribute |
( |
XERCES_CPP_NAMESPACE::DOMNamedNodeMap * |
attributes, |
|
|
std::string |
attr_name, |
|
|
bool & |
well_formed_string |
|
) |
| |
|
inlinestatic |
static int MiscalibReaderFromXMLDomUtils::getIntAttribute |
( |
XERCES_CPP_NAMESPACE::DOMNamedNodeMap * |
attributes, |
|
|
std::string |
attr_name, |
|
|
bool & |
well_formed_string |
|
) |
| |
|
inlinestatic |
static std::string MiscalibReaderFromXMLDomUtils::getStringAttribute |
( |
XERCES_CPP_NAMESPACE::DOMNamedNodeMap * |
attributes, |
|
|
std::string |
attr_name |
|
) |
| |
|
inlinestatic |
static bool MiscalibReaderFromXMLDomUtils::hasAttribute |
( |
XERCES_CPP_NAMESPACE::DOMNamedNodeMap * |
attributes, |
|
|
std::string |
attr_name |
|
) |
| |
|
inlinestatic |
static std::string MiscalibReaderFromXMLDomUtils::toString |
( |
const XMLCh * |
str | ) |
|
|
inlinestatic |