| Process Hacker
    | 
Go to the source code of this file.
| Functions | |
| void | mxmlElementDeleteAttr (mxml_node_t *node, const char *name) | 
| const char * | mxmlElementGetAttr (mxml_node_t *node, const char *name) | 
| void | mxmlElementSetAttr (mxml_node_t *node, const char *name, const char *value) | 
| void | mxmlElementSetAttrf (mxml_node_t *node, const char *name, const char *format,...) | 
| void mxmlElementDeleteAttr | ( | mxml_node_t * | node, | 
| const char * | name | ||
| ) | 
Definition at line 51 of file mxml-attr.c.
| const char* mxmlElementGetAttr | ( | mxml_node_t * | node, | 
| const char * | name | ||
| ) | 
Definition at line 110 of file mxml-attr.c.
| void mxmlElementSetAttr | ( | mxml_node_t * | node, | 
| const char * | name, | ||
| const char * | value | ||
| ) | 
Definition at line 172 of file mxml-attr.c.
| void mxmlElementSetAttrf | ( | mxml_node_t * | node, | 
| const char * | name, | ||
| const char * | format, | ||
| ... | |||
| ) | 
Definition at line 213 of file mxml-attr.c.