bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
BESXMLUtils Member List

This is the complete list of members for BESXMLUtils, including all inherited members.

GetChild(xmlNode *node, const std::string &child_name, std::string &child_value, std::map< std::string, std::string > &child_props)BESXMLUtilsstatic
GetFirstChild(xmlNode *node, std::string &child_name, std::string &child_value, std::map< std::string, std::string > &child_props)BESXMLUtilsstatic
GetNextChild(xmlNode *child_node, std::string &next_name, std::string &next_value, std::map< std::string, std::string > &next_props)BESXMLUtilsstatic
GetNodeInfo(xmlNode *node, std::string &name, std::string &value, std::map< std::string, std::string > &props)BESXMLUtilsstatic
GetProps(xmlNode *node, std::map< std::string, std::string > &props)BESXMLUtilsstatic
XMLErrorFunc(void *context, const char *msg,...)BESXMLUtilsstatic
~BESXMLUtils() (defined in BESXMLUtils)BESXMLUtilsvirtual