#include <gutenprint/mxml.h>
#include "config.h"
Go to the source code of this file.
Functions | |
const char * | stp_mxmlElementGetAttr (stp_mxml_node_t *node, const char *name) |
void | stp_mxmlElementSetAttr (stp_mxml_node_t *node, const char *name, const char *value) |
|
|
Definition at line 82 of file mxml-attr.c. References stp_mxml_attr_s::name, STP_MXML_ELEMENT, and stp_mxml_attr_s::value. Referenced by mxml_parse_element(), stp_xmldoc_create_generic(), stp_xmltree_create_from_array(), stp_xmltree_create_from_curve(), and stp_xmltree_create_from_sequence(). |