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

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

Go to the source code of this file.

Functions

mxml_node_tmxmlFindElement (mxml_node_t *node, mxml_node_t *top, const char *name, const char *attr, const char *value, int descend)
mxml_node_tmxmlWalkNext (mxml_node_t *node, mxml_node_t *top, int descend)
mxml_node_tmxmlWalkPrev (mxml_node_t *node, mxml_node_t *top, int descend)

Function Documentation

mxml_node_t* mxmlFindElement ( mxml_node_t node,
mxml_node_t top,
const char *  name,
const char *  attr,
const char *  value,
int  descend 
)
mxml_node_t* mxmlWalkNext ( mxml_node_t node,
mxml_node_t top,
int  descend 
)

Definition at line 137 of file mxml-search.c.

References mxml_node_s::child, mxml_node_s::next, and mxml_node_s::parent.

Referenced by mxmlFindElement(), and write_element().

mxml_node_t* mxmlWalkPrev ( mxml_node_t node,
mxml_node_t top,
int  descend 
)

Definition at line 173 of file mxml-search.c.

References mxml_node_s::last_child, mxml_node_s::parent, and mxml_node_s::prev.

Generated on Tue Dec 28 15:15:28 2010 for Mobile-C by  doxygen 1.6.3