pacemaker  2.1.9-49aab99839
Scalable High-Availability cluster resource manager
Functions
xml_io_compat.h File Reference

Deprecated Pacemaker XML I/O API. More...

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

Go to the source code of this file.

Functions

xmlNode * filename2xml (const char *filename)
 
xmlNode * stdin2xml (void)
 
xmlNode * string2xml (const char *input)
 
int write_xml_fd (const xmlNode *xml, const char *filename, int fd, gboolean compress)
 
int write_xml_file (const xmlNode *xml, const char *filename, gboolean compress)
 
char * dump_xml_formatted (const xmlNode *xml)
 
char * dump_xml_formatted_with_text (const xmlNode *xml)
 
char * dump_xml_unformatted (const xmlNode *xml)
 

Detailed Description

Deprecated Pacemaker XML I/O API.

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

Definition in file xml_io_compat.h.

Function Documentation

◆ dump_xml_formatted()

char* dump_xml_formatted ( const xmlNode *  xml)
Deprecated:
Do not use Pacemaker for general-purpose XML manipulation

Definition at line 778 of file xml_io.c.

◆ dump_xml_formatted_with_text()

char* dump_xml_formatted_with_text ( const xmlNode *  xml)
Deprecated:
Do not use Pacemaker for general-purpose XML manipulation

Definition at line 791 of file xml_io.c.

◆ dump_xml_unformatted()

char* dump_xml_unformatted ( const xmlNode *  xml)
Deprecated:
Do not use Pacemaker for general-purpose XML manipulation

Definition at line 804 of file xml_io.c.

◆ filename2xml()

xmlNode* filename2xml ( const char *  filename)
Deprecated:
Do not use Pacemaker for general-purpose XML manipulation

Definition at line 760 of file xml_io.c.

◆ stdin2xml()

xmlNode* stdin2xml ( void  )
Deprecated:
Do not use Pacemaker for general-purpose XML manipulation

Definition at line 766 of file xml_io.c.

◆ string2xml()

xmlNode* string2xml ( const char *  input)
Deprecated:
Do not use Pacemaker for general-purpose XML manipulation

Definition at line 772 of file xml_io.c.

◆ write_xml_fd()

int write_xml_fd ( const xmlNode *  xml,
const char *  filename,
int  fd,
gboolean  compress 
)
Deprecated:
Do not use Pacemaker for general-purpose XML manipulation

Definition at line 817 of file xml_io.c.

◆ write_xml_file()

int write_xml_file ( const xmlNode *  xml,
const char *  filename,
gboolean  compress 
)
Deprecated:
Do not use Pacemaker for general-purpose XML manipulation

Definition at line 830 of file xml_io.c.