Deprecated Pacemaker XML I/O API.
More...
#include <glib.h>
#include <libxml/tree.h>
Go to the source code of this file.
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.
◆ dump_xml_formatted()
char* dump_xml_formatted |
( |
const xmlNode * |
xml | ) |
|
◆ dump_xml_formatted_with_text()
char* dump_xml_formatted_with_text |
( |
const xmlNode * |
xml | ) |
|
◆ dump_xml_unformatted()
char* dump_xml_unformatted |
( |
const xmlNode * |
xml | ) |
|
◆ filename2xml()
xmlNode* filename2xml |
( |
const char * |
filename | ) |
|
◆ stdin2xml()
xmlNode* stdin2xml |
( |
void |
| ) |
|
◆ string2xml()
xmlNode* string2xml |
( |
const char * |
input | ) |
|
◆ write_xml_fd()
int write_xml_fd |
( |
const xmlNode * |
xml, |
|
|
const char * |
filename, |
|
|
int |
fd, |
|
|
gboolean |
compress |
|
) |
| |
◆ write_xml_file()
int write_xml_file |
( |
const xmlNode * |
xml, |
|
|
const char * |
filename, |
|
|
gboolean |
compress |
|
) |
| |