#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <ctype.h>
#include <errno.h>
Go to the source code of this file.
Functions | |
const char * | mxmlElementGetAttr (mxml_node_t *node, const char *name) |
void | mxmlElementSetAttr (mxml_node_t *node, const char *name, const char *value) |
const char* mxmlElementGetAttr | ( | mxml_node_t * | node, | |
const char * | name | |||
) |
Definition at line 48 of file mxml-attr.c.
References mxml_value_s::attrs, mxml_value_u::element, MXML_ELEMENT, mxml_attr_s::name, mxml_value_s::num_attrs, mxml_node_s::type, mxml_attr_s::value, and mxml_node_s::value.
Referenced by agent_xml_parse__agent_code(), agent_xml_parse__data(), agent_xml_parse__task(), agent_xml_parse__tasks(), fipa_envelope_HandleReceived(), index_compare(), index_find(), message_xml_parse__message(), mxml_parse_element(), mxmlFindElement(), mxmlIndexNew(), scan_file(), sort_node(), type_cb(), and write_documentation().
void mxmlElementSetAttr | ( | mxml_node_t * | node, | |
const char * | name, | |||
const char * | value | |||
) |
Definition at line 95 of file mxml-attr.c.
References mxml_value_s::attrs, mxml_value_u::element, MXML_ELEMENT, mxml_error(), mxml_value_s::name, mxml_attr_s::name, mxml_value_s::num_attrs, strdup, mxml_node_s::type, mxml_attr_s::value, and mxml_node_s::value.
Referenced by add_variable(), agent_xml_compose__agent_code(), agent_xml_compose__create_row_nodes(), agent_xml_compose__data(), agent_xml_compose__message(), agent_xml_compose__task(), agent_xml_compose__tasks(), fipa_envelope_Compose__params(), main(), mxml_parse_element(), scan_file(), sort_node(), and update_comment().