Main Page   File List   File Members  

mxml_attribute.c File Reference

#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)

Define Documentation

#define MALFORMED_ERROR elem,
val   
 

Value:

elem->status = MXML_STATUS_MALFORMED;\
   elem->error = val;


Function Documentation

MXML_ATTRIBUTE* mxml_attribute_clone MXML_ATTRIBUTE *    attrib
 

void mxml_attribute_destroy MXML_ATTRIBUTE *    attrib
 

MXML_ATTRIBUTE* mxml_attribute_new  
 

MXML_ATTRIBUTE* mxml_attribute_read MXML_REFIL *    ref,
MXML_DOCUMENT *    doc,
int    style
 

MXML_STATUS mxml_attribute_setup MXML_ATTRIBUTE *    attribute
 

void mxml_attribute_unlink MXML_ATTRIBUTE *    attrib
 

MXML_STATUS mxml_attribute_write MXML_OUTPUT *    out,
MXML_ATTRIBUTE *    attr,
int    style
 


Generated on Tue Jul 8 23:44:29 2003 for MXML by doxygen1.2.18