CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Static Public Member Functions
MiscalibReaderFromXMLDomUtils Class Reference

#include <MiscalibReaderFromXMLDomUtils.h>

Static Public Member Functions

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)
 

Detailed Description

a collection of some XML reading utilities

Definition at line 11 of file MiscalibReaderFromXMLDomUtils.h.

Member Function Documentation

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