gwenhywfar 5.12.0
buildctx_xml.h File Reference
#include <gwenhywfar/xml.h>
#include "gwenbuild/buildctx/buildctx.h"
Include dependency graph for buildctx_xml.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

GWB_BUILD_CONTEXTGWB_BuildCtx_ReadFromXmlFile (const char *fileName)
int GWB_BuildCtx_WriteToXmlFile (const GWB_BUILD_CONTEXT *buildCtx, const char *fileName)

Function Documentation

◆ GWB_BuildCtx_ReadFromXmlFile()

GWB_BUILD_CONTEXT * GWB_BuildCtx_ReadFromXmlFile ( const char * fileName)

Definition at line 273 of file buildctx_xml.c.

References DBG_ERROR, GWB_BuildCtx_fromXml(), GWEN_XML_FLAGS_DEFAULT, GWEN_XML_FLAGS_SIMPLE, GWEN_XML_ReadFile(), GWEN_XMLNode_FindFirstTag(), GWEN_XMLNode_free(), GWEN_XMLNode_new(), GWEN_XMLNodeTypeTag, and NULL.

Referenced by GWB_Build(), and GWB_Prepare().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GWB_BuildCtx_WriteToXmlFile()

int GWB_BuildCtx_WriteToXmlFile ( const GWB_BUILD_CONTEXT * buildCtx,
const char * fileName )

Definition at line 303 of file buildctx_xml.c.

References DBG_ERROR, GWB_BuildCtx_toXml(), GWEN_XML_FLAGS_DEFAULT, GWEN_XML_FLAGS_SIMPLE, GWEN_XMLNode_AddChild(), GWEN_XMLNode_free(), GWEN_XMLNode_new(), GWEN_XMLNode_WriteFile(), GWEN_XMLNodeTypeTag, and NULL.

Referenced by GWB_Setup().

Here is the call graph for this function:
Here is the caller graph for this function: