#include <mxml.h>
#include <stdio.h>
Defines | |
#define | MALFORMED_ERROR(elem, val) |
Functions | |
MXML_ATTRIBUTE * | mxml_attribute_new () |
MXML_STATUS | mxml_attribute_setup (MXML_ATTRIBUTE *attribute) |
MXML_ATTRIBUTE * | mxml_attribute_clone (MXML_ATTRIBUTE *attrib) |
void | mxml_attribute_destroy (MXML_ATTRIBUTE *attrib) |
void | mxml_attribute_unlink (MXML_ATTRIBUTE *attrib) |
MXML_ATTRIBUTE * | mxml_attribute_read (MXML_REFIL *ref, MXML_DOCUMENT *doc, int style) |
MXML_STATUS | mxml_attribute_write (MXML_OUTPUT *out, MXML_ATTRIBUTE *attr, int style) |
|
Value: elem->status = MXML_STATUS_MALFORMED;\ elem->error = val; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|