pacemaker  3.0.0-d8340737c4
Scalable High-Availability cluster resource manager
Functions
xml_element_compat.h File Reference

Deprecated Pacemaker XML element API. More...

#include <glib.h>
#include <libxml/tree.h>
Include dependency graph for xml_element_compat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

xmlNode * expand_idref (xmlNode *input, xmlNode *top)
 
void crm_xml_set_id (xmlNode *xml, const char *format,...) G_GNUC_PRINTF(2
 
void xmlNode * sorted_xml (xmlNode *input, xmlNode *parent, gboolean recursive)
 

Detailed Description

Deprecated Pacemaker XML element API.

Deprecated:
Do not include this header directly. The nvpair APIs in this header, and the header itself, will be removed in a future release.

Definition in file xml_element_compat.h.

Function Documentation

◆ crm_xml_set_id()

void crm_xml_set_id ( xmlNode *  xml,
const char *  format,
  ... 
)
Deprecated:
Do not use Pacemaker for general-purpose XML manipulation

◆ expand_idref()

xmlNode* expand_idref ( xmlNode *  input,
xmlNode *  top 
)
Deprecated:
Do not use Pacemaker for general-purpose XML manipulation

Definition at line 1557 of file xml_element.c.

◆ sorted_xml()

void xmlNode* sorted_xml ( xmlNode *  input,
xmlNode *  parent,
gboolean  recursive 
)
Deprecated:
Do not use

Definition at line 1581 of file xml_element.c.