|
gwenhywfar 5.12.0
|
#include "xmlcmd_p.h"#include <gwenhywfar/debug.h>#include <ctype.h>
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_XMLCOMMANDER * | GWEN_XmlCommander_new (void) |
| GWEN_XMLCMD_HANDLECHILDREN_FN | GWEN_XmlCommander_SetHandleChildrenFn (GWEN_XMLCOMMANDER *cmd, GWEN_XMLCMD_HANDLECHILDREN_FN f) |
| 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().

| int GWEN_XmlCommander_HandleChildren | ( | GWEN_XMLCOMMANDER * | cmd, |
| GWEN_XMLNODE * | xmlNode ) |
Definition at line 80 of file xmlcmd.c.
References GWEN_ERROR_NOT_IMPLEMENTED.
Referenced by _dbEnter(), _dbForEvery(), _dbIfCharDataMatches(), _dbIfHasCharData(), _dbIfNotCharDataMatches(), _dbIfNotHasCharData(), _dbIfNotPathExists(), _dbIfPathExists(), _handleDbCreateAndEnterGroup(), _handleDbCreateAndEnterGroup(), _handleDbCreateAndEnterTempGroup(), _handleDbCreateAndEnterTempGroup(), _handleXmlEnter(), _handleXmlEnter(), _handleXmlForEvery(), _handleXmlForEvery(), _handleXmlIfCharDataMatches(), _handleXmlIfCharDataMatches(), _handleXmlIfHasCharData(), _handleXmlIfHasCharData(), _handleXmlIfNotCharDataMatches(), _handleXmlIfNotCharDataMatches(), _handleXmlIfNotHasCharData(), _handleXmlIfNotHasCharData(), _handleXmlIfNotPathExists(), _handleXmlIfNotPathExists(), _handleXmlIfPathExists(), _handleXmlIfPathExists(), _xmlCreateAndEnterElement(), GWEN_Xml2Db(), and GWEN_XmlFromDb().

| GWEN_XMLCOMMANDER * GWEN_XmlCommander_new | ( | void | ) |
Definition at line 46 of file xmlcmd.c.
References GWEN_INHERIT_INIT, GWEN_NEW_OBJECT, and GWEN_XmlCommander_new().
Referenced by GWEN_XmlCommander_new(), GWEN_XmlCommanderGwenXml_new(), and GWEN_XmlCommanderLibXml_new().


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