pacemaker
2.1.5-b7adf64e51
Scalable High-Availability cluster resource manager
|
Deprecated Pacemaker XML API. More...
Go to the source code of this file.
Macros | |
#define | XML_PARANOIA_CHECKS 0 |
Functions | |
xmlNode * | find_entity (xmlNode *parent, const char *node_name, const char *id) |
char * | xml_get_path (const xmlNode *xml) |
Get an XPath string that matches an XML element as closely as possible. More... | |
gboolean | apply_xml_diff (xmlNode *old_xml, xmlNode *diff, xmlNode **new_xml) |
void | crm_destroy_xml (gpointer data) |
Deprecated Pacemaker XML API.
Definition in file xml_compat.h.
#define XML_PARANOIA_CHECKS 0 |
Definition at line 31 of file xml_compat.h.
gboolean apply_xml_diff | ( | xmlNode * | old_xml, |
xmlNode * | diff, | ||
xmlNode ** | new_xml | ||
) |
Definition at line 1643 of file patchset.c.
void crm_destroy_xml | ( | gpointer | data | ) |
xmlNode* find_entity | ( | xmlNode * | parent, |
const char * | node_name, | ||
const char * | id | ||
) |
char* xml_get_path | ( | const xmlNode * | xml | ) |
Get an XPath string that matches an XML element as closely as possible.
[in] | xml | The XML element for which to build an XPath string |
xml
, or NULL
if xml
is NULL
.