Functions | |
DOMBuilder * | getParser () |
void | suppressLibxmlWarnings (void *ctx, const char *msg,...) |
string | safeGetAttribute (const xmlNode *node, const string &attr) |
xmlNodePtr | findElement (xmlNodePtr root, const string elementName, const string &attribute, const string &value) |
xmlNodePtr | findElement (xmlNodePtr root, const string elementName, const string &attribute, long value) |
xmlNodePtr | findElementWithNumericAttr (xmlNodePtr root, const string elementName, const string &attribute, long value) |
string | getNodeText (xmlNodePtr elem) |
int | getNumberFromXmlAttr (xmlNodePtr element, const string field, int base) |
DECLARE_EXCEPTION (XmlUtilsException) | |
DECLARE_EXCEPTION_EX (NotFound, xmlutils, XmlUtilsException) | |
DECLARE_EXCEPTION_EX (Invalid, xmlutils, XmlUtilsException) | |
DEFINE_EXCEPTION_EX (NotFoundImpl, xmlutils, NotFound) | |
DEFINE_EXCEPTION_EX (InvalidImpl, xmlutils, Invalid) |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 115 of file XmlUtils.cpp. References DCERR, and safeGetAttribute(). Referenced by findElement(), and findElementWithNumericAttr(). |
|
Definition at line 62 of file XmlUtils.cpp. References DCERR, findElement(), and safeGetAttribute(). Referenced by testPlatform::checkSkipTest(), testRbu::getTestInputString(), testPlatform::getTestInputString(), testPlatform::testConstructionOffset1(), testPlatform::testConstructionOffset2(), testPlatform::testOutOfBounds(), and testPlatform::testVariousAccessors(). |
|
Definition at line 164 of file XmlUtils.cpp. References findElement(). |
|
Definition at line 169 of file XmlUtils.cpp. Referenced by testRbu::getTestInputString(), testPlatform::getTestInputString(), and testPlatform::testVariousAccessors(). |
|
Definition at line 180 of file XmlUtils.cpp. References safeGetAttribute(). |
|
Definition at line 38 of file XmlUtils.cpp. References DOMBuilder. Referenced by testRbu::setUp(), and testPlatform::setUp(). |
|
Definition at line 48 of file XmlUtils.cpp. Referenced by findElement(), and getNumberFromXmlAttr(). |
|
Definition at line 41 of file XmlUtils.cpp. References UNREFERENCED_PARAMETER. |