/home/dko/Projects/mobilec/src/mxml-2.2.2/mxml-set.c File Reference

#include "config.h"
#include "mxml.h"

Go to the source code of this file.

Functions

int mxmlSetCustom (mxml_node_t *node, void *data, void(*destroy)(void *))
int mxmlSetElement (mxml_node_t *node, const char *name)
int mxmlSetInteger (mxml_node_t *node, int integer)
int mxmlSetOpaque (mxml_node_t *node, const char *opaque)
int mxmlSetReal (mxml_node_t *node, double real)
int mxmlSetText (mxml_node_t *node, int whitespace, const char *string)
int mxmlSetTextf (mxml_node_t *node, int whitespace, const char *format,...)

Function Documentation

int mxmlSetCustom ( mxml_node_t node,
void *  data,
void(*)(void *)  destroy 
)
int mxmlSetElement ( mxml_node_t node,
const char *  name 
)
int mxmlSetInteger ( mxml_node_t node,
int  integer 
)

Definition at line 113 of file mxml-set.c.

References mxml_value_u::integer, MXML_INTEGER, mxml_node_s::type, and mxml_node_s::value.

int mxmlSetOpaque ( mxml_node_t node,
const char *  opaque 
)
int mxmlSetReal ( mxml_node_t node,
double  real 
)

Definition at line 170 of file mxml-set.c.

References MXML_REAL, mxml_value_u::real, mxml_node_s::type, and mxml_node_s::value.

int mxmlSetText ( mxml_node_t node,
int  whitespace,
const char *  string 
)
int mxmlSetTextf ( mxml_node_t node,
int  whitespace,
const char *  format,
  ... 
)
Generated on Tue Dec 28 15:15:28 2010 for Mobile-C by  doxygen 1.6.3