#include "XmlUtils.h"
Go to the source code of this file.
Namespaces | |
namespace | xmlutils |
Defines | |
#define | LIBSMBIOS_SOURCE |
Functions | |
DOMElement * | xmlutils::castNode2Element (DOMNode *node) |
const DOMElement * | xmlutils::castNode2Element (const DOMNode *node) |
string | xmlutils::safeXMLChToString (const XMLCh *src) |
string | xmlutils::safeGetAttribute (const DOMNode *node, const string &attr) |
DOMBuilder * | xmlutils::getParser () |
DOMElement * | xmlutils::findElement (DOMElement *root, const string elementName, const string &attribute, const string &value) |
DOMElement * | xmlutils::findElementWithNumericAttr (DOMElement *root, const string elementName, const string &attribute, long value) |
string | xmlutils::getNodeText (DOMNode *elem) |
int | xmlutils::getNumberFromXmlAttr (DOMElement *element, const string field, int base) |
Variables | |
XERCES_CPP_NAMESPACE_USE |
|
Definition at line 19 of file XmlUtils.cpp. |
|
Definition at line 22 of file XmlUtils.cpp. |