gwenhywfar  5.10.1
Functions
xml2db.c File Reference
#include "xml2db.h"
#include <gwenhywfar/debug.h>
#include <gwenhywfar/text.h>
#include <gwenhywfar/gwendate.h>
#include <gwenhywfar/xmlcmd_gxml_fromdb.h>
#include <gwenhywfar/xmlcmd_gxml_todb.h>
#include <ctype.h>
Include dependency graph for xml2db.c:

Go to the source code of this file.

Functions

int GWEN_Xml2Db (GWEN_XMLNODE *xmlNodeDocument, GWEN_XMLNODE *xmlNodeSchema, GWEN_DB_NODE *dbDestination)
 
int GWEN_XmlFromDb (GWEN_XMLNODE *xmlNodeDestination, GWEN_XMLNODE *xmlNodeSchema, GWEN_DB_NODE *dbSource)
 

Function Documentation

◆ GWEN_Xml2Db()

int GWEN_Xml2Db ( GWEN_XMLNODE xmlNodeDocument,
GWEN_XMLNODE xmlNodeSchema,
GWEN_DB_NODE dbDestination 
)

Definition at line 46 of file xml2db.c.

References DBG_INFO, GWEN_LOGDOMAIN, GWEN_XmlCommander_free(), GWEN_XmlCommander_HandleChildren(), and GWEN_XmlCommanderGwenXml_toDb_new().

Here is the call graph for this function:

◆ GWEN_XmlFromDb()

int GWEN_XmlFromDb ( GWEN_XMLNODE xmlNodeDestination,
GWEN_XMLNODE xmlNodeSchema,
GWEN_DB_NODE dbSource 
)

Definition at line 68 of file xml2db.c.

References DBG_INFO, GWEN_LOGDOMAIN, GWEN_XmlCommander_free(), GWEN_XmlCommander_HandleChildren(), and GWEN_XmlCommanderGwenXml_fromDb_new().

Here is the call graph for this function: