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) | |
| std::string | safeGetAttribute (const xmlNode *node, const std::string &attr) |
| xmlNodePtr | findElement (xmlNodePtr root, const std::string elementName, const std::string &attribute, const std::string &value) |
| xmlNodePtr | findElementWithNumericAttr (xmlNodePtr root, const std::string elementName, const std::string &attribute, long value) |
| int | getNumberFromXmlAttr (xmlNodePtr element, const std::string field, int base) |
| xmlutils::DECLARE_EXCEPTION | ( | XmlUtilsException | ) |
| xmlutils::DECLARE_EXCEPTION_EX | ( | NotFound | , | |
| xmlutils | , | |||
| XmlUtilsException | ||||
| ) |
| xmlutils::DECLARE_EXCEPTION_EX | ( | Invalid | , | |
| xmlutils | , | |||
| XmlUtilsException | ||||
| ) |
| xmlutils::DEFINE_EXCEPTION_EX | ( | NotFoundImpl | , | |
| xmlutils | , | |||
| NotFound | ||||
| ) |
| xmlutils::DEFINE_EXCEPTION_EX | ( | InvalidImpl | , | |
| xmlutils | , | |||
| Invalid | ||||
| ) |
| xmlNodePtr xmlutils::findElement | ( | xmlNodePtr | root, | |
| const string | elementName, | |||
| const string & | attribute, | |||
| long | value | |||
| ) |
Definition at line 115 of file XmlUtils.cpp.
References DCERR, findElement(), and safeGetAttribute().

| xmlNodePtr xmlutils::findElement | ( | xmlNodePtr | root, | |
| const string | elementName, | |||
| const string & | attribute, | |||
| const string & | value | |||
| ) |
Definition at line 62 of file XmlUtils.cpp.
References DCERR, and safeGetAttribute().
Referenced by findElement(), findElementWithNumericAttr(), testPlatform::testConstructionOffset1(), testPlatform::testConstructionOffset2(), testPlatform::testOutOfBounds(), and testPlatform::testVariousAccessors().

| xmlNodePtr xmlutils::findElement | ( | xmlNodePtr | root, | |
| const std::string | elementName, | |||
| const std::string & | attribute, | |||
| const std::string & | value | |||
| ) |
| xmlNodePtr xmlutils::findElementWithNumericAttr | ( | xmlNodePtr | root, | |
| const std::string | elementName, | |||
| const std::string & | attribute, | |||
| long | value | |||
| ) |
| xmlNodePtr xmlutils::findElementWithNumericAttr | ( | xmlNodePtr | root, | |
| const string | elementName, | |||
| const string & | attribute, | |||
| long | value | |||
| ) |
Definition at line 164 of file XmlUtils.cpp.
References findElement().

| std::string getNodeText | ( | xmlNodePtr | elem | ) |
Referenced by testPlatform::testVariousAccessors().
| int xmlutils::getNumberFromXmlAttr | ( | xmlNodePtr | element, | |
| const string | field, | |||
| int | base | |||
| ) |
Definition at line 180 of file XmlUtils.cpp.
References safeGetAttribute().

| int xmlutils::getNumberFromXmlAttr | ( | xmlNodePtr | element, | |
| const std::string | field, | |||
| int | base | |||
| ) |
| DOMBuilder * getParser | ( | ) |
Referenced by testRbu::setUp(), and testPlatform::setUp().
| std::string xmlutils::safeGetAttribute | ( | const xmlNode * | node, | |
| const std::string & | attr | |||
| ) |
| string xmlutils::safeGetAttribute | ( | const xmlNode * | node, | |
| const string & | attr | |||
| ) |
Definition at line 48 of file XmlUtils.cpp.
Referenced by findElement(), getNumberFromXmlAttr(), testPlatform::testConstructionOffset1(), testPlatform::testConstructionOffset2(), and testPlatform::testOutOfBounds().
| void suppressLibxmlWarnings | ( | void * | ctx, | |
| const char * | msg, | |||
| ... | ||||
| ) |
1.7.1