gwenhywfar 5.14.1
xml2db.h File Reference
#include <gwenhywfar/db.h>
#include <gwenhywfar/xml.h>
Include dependency graph for xml2db.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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

Function Documentation

◆ GWEN_Xml2Db()

GWENHYWFAR_API 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()

GWENHYWFAR_API 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: