|
gwenhywfar 5.12.0
|
#include "xmlcmd_gxml_fromdb.h"#include "xmlcmd_gxml.h"#include <gwenhywfar/debug.h>#include <gwenhywfar/text.h>#include <gwenhywfar/gwendate.h>#include <ctype.h>
Go to the source code of this file.
|
static |
Definition at line 548 of file xmlcmd_gxml_fromdb.c.
References _setCharValueByPath(), DBG_ERROR, DBG_INFO, GWEN_Buffer_free(), GWEN_Buffer_GetStart(), GWEN_Buffer_GetUsedBytes(), GWEN_Buffer_new(), GWEN_Date_free(), GWEN_Date_fromString(), GWEN_Date_toStringWithTemplate(), GWEN_ERROR_INVALID, GWEN_LOGDOMAIN, GWEN_Text_CondenseBuffer(), GWEN_Text_EscapeXmlToBuffer(), GWEN_XMLNode_GetIntProperty(), GWEN_XMLNode_GetProperty(), and NULL.
Referenced by _xmlSetCharValue().


|
static |
Definition at line 196 of file xmlcmd_gxml_fromdb.c.
References DBG_ERROR, DBG_INFO, GWEN_DB_GetGroup(), GWEN_ERROR_INVALID, GWEN_LOGDOMAIN, GWEN_PATH_FLAGS_NAMEMUSTEXIST, GWEN_XmlCommander_HandleChildren(), GWEN_XmlCommanderGwenXml_GetCurrentDbGroup(), GWEN_XmlCommanderGwenXml_SetCurrentDbGroup(), GWEN_XMLNode_GetProperty(), and NULL.
Referenced by _handleChildren_fromDb().


|
static |
Definition at line 238 of file xmlcmd_gxml_fromdb.c.
References DBG_ERROR, DBG_INFO, GWEN_DB_FindFirstGroup(), GWEN_DB_FindNextGroup(), GWEN_ERROR_INVALID, GWEN_LOGDOMAIN, GWEN_XmlCommander_HandleChildren(), GWEN_XmlCommanderGwenXml_GetCurrentDbGroup(), GWEN_XmlCommanderGwenXml_SetCurrentDbGroup(), GWEN_XMLNode_GetProperty(), and NULL.
Referenced by _handleChildren_fromDb().


|
static |
Definition at line 277 of file xmlcmd_gxml_fromdb.c.
References DBG_ERROR, DBG_INFO, GWEN_DB_GetCharValue(), GWEN_ERROR_INVALID, GWEN_LOGDOMAIN, GWEN_Text_ComparePattern(), GWEN_XmlCommander_HandleChildren(), GWEN_XmlCommanderGwenXml_GetCurrentDbGroup(), GWEN_XMLNode_GetProperty(), and NULL.
Referenced by _handleChildren_fromDb().


|
static |
Definition at line 347 of file xmlcmd_gxml_fromdb.c.
References DBG_ERROR, DBG_INFO, GWEN_DB_GetCharValue(), GWEN_ERROR_INVALID, GWEN_LOGDOMAIN, GWEN_XmlCommander_HandleChildren(), GWEN_XmlCommanderGwenXml_GetCurrentDbGroup(), GWEN_XMLNode_GetProperty(), and NULL.
Referenced by _handleChildren_fromDb().


|
static |
Definition at line 312 of file xmlcmd_gxml_fromdb.c.
References DBG_ERROR, DBG_INFO, GWEN_DB_GetCharValue(), GWEN_ERROR_INVALID, GWEN_LOGDOMAIN, GWEN_Text_ComparePattern(), GWEN_XmlCommander_HandleChildren(), GWEN_XmlCommanderGwenXml_GetCurrentDbGroup(), GWEN_XMLNode_GetProperty(), and NULL.
Referenced by _handleChildren_fromDb().


|
static |
Definition at line 375 of file xmlcmd_gxml_fromdb.c.
References DBG_ERROR, DBG_INFO, GWEN_DB_GetCharValue(), GWEN_ERROR_INVALID, GWEN_LOGDOMAIN, GWEN_XmlCommander_HandleChildren(), GWEN_XmlCommanderGwenXml_GetCurrentDbGroup(), GWEN_XMLNode_GetProperty(), and NULL.
Referenced by _handleChildren_fromDb().


|
static |
Definition at line 168 of file xmlcmd_gxml_fromdb.c.
References DBG_ERROR, DBG_INFO, GWEN_DB_GetGroup(), GWEN_ERROR_INVALID, GWEN_LOGDOMAIN, GWEN_PATH_FLAGS_NAMEMUSTEXIST, GWEN_XmlCommander_HandleChildren(), GWEN_XmlCommanderGwenXml_GetCurrentDbGroup(), GWEN_XMLNode_GetProperty(), and NULL.
Referenced by _handleChildren_fromDb().


|
static |
Definition at line 140 of file xmlcmd_gxml_fromdb.c.
References DBG_ERROR, DBG_INFO, GWEN_DB_GetGroup(), GWEN_ERROR_INVALID, GWEN_LOGDOMAIN, GWEN_PATH_FLAGS_NAMEMUSTEXIST, GWEN_XmlCommander_HandleChildren(), GWEN_XmlCommanderGwenXml_GetCurrentDbGroup(), GWEN_XMLNode_GetProperty(), and NULL.
Referenced by _handleChildren_fromDb().


|
static |
Definition at line 89 of file xmlcmd_gxml_fromdb.c.
References _dbEnter(), _dbForEvery(), _dbIfCharDataMatches(), _dbIfHasCharData(), _dbIfNotCharDataMatches(), _dbIfNotHasCharData(), _dbIfNotPathExists(), _dbIfPathExists(), _xmlCreateAndEnterElement(), _xmlSetCharValue(), DBG_ERROR, DBG_INFO, GWEN_ERROR_INVALID, GWEN_LOGDOMAIN, GWEN_XMLNode_GetData(), GWEN_XMLNode_GetFirstTag(), and GWEN_XMLNode_GetNextTag().
Referenced by GWEN_XmlCommanderGwenXml_fromDb_new().


|
static |
Definition at line 499 of file xmlcmd_gxml_fromdb.c.
References DBG_ERROR, DBG_INFO, GWEN_ERROR_GENERIC, GWEN_LOGDOMAIN, GWEN_XMLNode_GetNodeByXPath(), GWEN_XMLNode_SetCharValueByPath(), and GWEN_XMLNode_SetProperty().
Referenced by _convertAndSetCharValue().


|
static |
Definition at line 403 of file xmlcmd_gxml_fromdb.c.
References DBG_ERROR, DBG_INFO, GWEN_ERROR_INVALID, GWEN_LOGDOMAIN, GWEN_PATH_FLAGS_CREATE_GROUP, GWEN_PATH_FLAGS_CREATE_VAR, GWEN_XmlCommander_HandleChildren(), GWEN_XmlCommanderGwenXml_EnterDocNode(), GWEN_XmlCommanderGwenXml_GetCurrentDocNode(), GWEN_XmlCommanderGwenXml_LeaveDocNode(), GWEN_XMLNode_GetNodeByXPath(), GWEN_XMLNode_GetProperty(), and NULL.
Referenced by _handleChildren_fromDb().


|
static |
Definition at line 438 of file xmlcmd_gxml_fromdb.c.
References _convertAndSetCharValue(), DBG_ERROR, DBG_INFO, GWEN_Buffer_free(), GWEN_Buffer_GetStart(), GWEN_Buffer_new(), GWEN_DB_GetCharValue(), GWEN_DB_ReplaceVars(), GWEN_ERROR_INVALID, GWEN_LOGDOMAIN, GWEN_XmlCommanderGwenXml_GetCurrentDbGroup(), GWEN_XmlCommanderGwenXml_GetCurrentDocNode(), GWEN_XMLNode_GetProperty(), GWEN_XMLNode_GetXPath(), and NULL.
Referenced by _handleChildren_fromDb().


| GWEN_XMLCOMMANDER * GWEN_XmlCommanderGwenXml_fromDb_new | ( | GWEN_XMLNODE * | xmlNodeDestination, |
| GWEN_DB_NODE * | dbSource ) |
Definition at line 76 of file xmlcmd_gxml_fromdb.c.
References _handleChildren_fromDb(), GWEN_XmlCommander_SetHandleChildrenFn(), and GWEN_XmlCommanderGwenXml_new().
Referenced by GWEN_XmlFromDb().

