#include <mxml.h>
Data Fields | |
stp_mxml_element_t | element |
int | integer |
char * | opaque |
double | real |
stp_mxml_text_t | text |
|
|
Definition at line 110 of file mxml.h. Referenced by mxml_write_node(), and stp_mxmlNewInteger(). |
|
Definition at line 111 of file mxml.h. Referenced by mxml_write_node(), stp_mxmlDelete(), and stp_mxmlNewOpaque(). |
|
Definition at line 112 of file mxml.h. Referenced by mxml_write_node(), and stp_mxmlNewReal(). |
|
Definition at line 113 of file mxml.h. Referenced by mxml_write_node(), stp_mxmlDelete(), stp_mxmlNewText(), stp_printer_create_from_xmltree(), and stp_sequence_create_from_xmltree(). |