gwenhywfar  5.10.1
Functions
xmlcmd.c File Reference
#include "xmlcmd_p.h"
#include <gwenhywfar/debug.h>
#include <ctype.h>
Include dependency graph for xmlcmd.c:

Go to the source code of this file.

Functions

void GWEN_XmlCommander_free (GWEN_XMLCOMMANDER *cmd)
 
int GWEN_XmlCommander_HandleChildren (GWEN_XMLCOMMANDER *cmd, GWEN_XMLNODE *xmlNode)
 
GWEN_XMLCOMMANDERGWEN_XmlCommander_new (void)
 
GWEN_XMLCMD_HANDLECHILDREN_FN GWEN_XmlCommander_SetHandleChildrenFn (GWEN_XMLCOMMANDER *cmd, GWEN_XMLCMD_HANDLECHILDREN_FN f)
 

Function Documentation

◆ GWEN_XmlCommander_free()

void GWEN_XmlCommander_free ( GWEN_XMLCOMMANDER cmd)

Definition at line 59 of file xmlcmd.c.

References GWEN_FREE_OBJECT, and GWEN_INHERIT_FINI.

Referenced by GWEN_Xml2Db(), and GWEN_XmlFromDb().

Here is the caller graph for this function:

◆ GWEN_XmlCommander_HandleChildren()

int GWEN_XmlCommander_HandleChildren ( GWEN_XMLCOMMANDER cmd,
GWEN_XMLNODE xmlNode 
)

◆ GWEN_XmlCommander_new()

GWEN_XMLCOMMANDER* GWEN_XmlCommander_new ( void  )

Definition at line 46 of file xmlcmd.c.

References GWEN_INHERIT_INIT, and GWEN_NEW_OBJECT.

Referenced by GWEN_XmlCommanderGwenXml_new(), and GWEN_XmlCommanderLibXml_new().

Here is the caller graph for this function:

◆ GWEN_XmlCommander_SetHandleChildrenFn()

GWEN_XMLCMD_HANDLECHILDREN_FN GWEN_XmlCommander_SetHandleChildrenFn ( GWEN_XMLCOMMANDER cmd,
GWEN_XMLCMD_HANDLECHILDREN_FN  f 
)

Definition at line 69 of file xmlcmd.c.

Referenced by GWEN_XmlCommanderGwenXml_fromDb_new(), GWEN_XmlCommanderGwenXml_toDb_new(), and GWEN_XmlCommanderLibXml_toDb_new().

Here is the caller graph for this function: