#include "smbios/compat.h"
#include <libxml/xmlmemory.h>
#include <libxml/parser.h>
#include "ExceptionImpl.h"
Go to the source code of this file.
Namespaces | |
namespace | xmlutils |
Defines | |
#define | XERCES_CPP_NAMESPACE_QUALIFIER |
#define | DOMElement xmlNode |
#define | DOMNode xmlNode |
#define | DOMDocument xmlDoc |
#define | DOMBuilder int |
#define | SETUP_XML_NAMESPACE |
#define | XML_NAMESPACE |
#define | CHECK_VERSION_COMPAT LIBXML_TEST_VERSION |
#define | xmlDocGetRootElement(doc) xmlDocGetRootElement(const_cast<xmlDocPtr>(doc)) |
#define | InitXML() |
#define | FiniXML() do{}while(0) |
#define | xmlFreeParser(parser) do{parser=0;}while(0) |
#define | xmlFreeDoc(doc) do{xmlFreeDoc(doc); doc=0;}while(0) |
#define | InitXML() xmlSetGenericErrorFunc(NULL, xmlutils::suppressLibxmlWarnings); |
#define | compatXmlReadFile(parser, doc, name) do{UNREFERENCED_PARAMETER(parser); doc = xmlParseFile(name);}while(0) |
#define | compatXmlReadMemory(parser, doc, ptr, len) do{UNREFERENCED_PARAMETER(parser); doc = xmlParseMemory(ptr, len);}while(0) |
Functions | |
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 37 of file XmlUtils.h. |
|
Definition at line 76 of file XmlUtils.h. Referenced by testRbu::setUp(), and testPlatform::setUp(). |
|
Definition at line 77 of file XmlUtils.h. |
|
Definition at line 34 of file XmlUtils.h. Referenced by xmlutils::getParser(). |
|
Definition at line 33 of file XmlUtils.h. |
|
|
Definition at line 32 of file XmlUtils.h. |
|
Definition at line 42 of file XmlUtils.h. Referenced by testRbu::tearDown(), and testPlatform::tearDown(). |
|
Definition at line 70 of file XmlUtils.h. |
|
Value: do { \ } while(0) Definition at line 70 of file XmlUtils.h. Referenced by testRbu::setUp(), and testPlatform::setUp(). |
|
Definition at line 35 of file XmlUtils.h. |
|
|
Definition at line 36 of file XmlUtils.h. |
|
|
Definition at line 44 of file XmlUtils.h. Referenced by testRbu::tearDown(), and testPlatform::tearDown(). |
|
Definition at line 43 of file XmlUtils.h. Referenced by testRbu::tearDown(), and testPlatform::tearDown(). |
|
|
|
|
|
|
|
|
|
|