gwenhywfar 5.14.1
xmlctx_l.h File Reference
#include "xmlctx.h"
Include dependency graph for xmlctx_l.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int GWEN_XmlCtx_AddAttr (GWEN_XML_CONTEXT *ctx, const char *attrName, const char *attrData)
int GWEN_XmlCtx_AddComment (GWEN_XML_CONTEXT *ctx, const char *data)
int GWEN_XmlCtx_AddData (GWEN_XML_CONTEXT *ctx, const char *data)
int GWEN_XmlCtx_EndTag (GWEN_XML_CONTEXT *ctx, int closing)
int GWEN_XmlCtx_StartTag (GWEN_XML_CONTEXT *ctx, const char *tagName)

Function Documentation

◆ GWEN_XmlCtx_AddAttr()

int GWEN_XmlCtx_AddAttr ( GWEN_XML_CONTEXT * ctx,
const char * attrName,
const char * attrData )

Definition at line 363 of file xmlctx.c.

References DBG_INFO, and GWEN_LOGDOMAIN.

Referenced by GWEN_XML__ReadTag().

Here is the caller graph for this function:

◆ GWEN_XmlCtx_AddComment()

int GWEN_XmlCtx_AddComment ( GWEN_XML_CONTEXT * ctx,
const char * data )

Definition at line 349 of file xmlctx.c.

References DBG_INFO, and GWEN_LOGDOMAIN.

Referenced by GWEN_XML__ReadTag().

Here is the caller graph for this function:

◆ GWEN_XmlCtx_AddData()

int GWEN_XmlCtx_AddData ( GWEN_XML_CONTEXT * ctx,
const char * data )

Definition at line 335 of file xmlctx.c.

References DBG_INFO, and GWEN_LOGDOMAIN.

Referenced by GWEN_XML__ReadData().

Here is the caller graph for this function:

◆ GWEN_XmlCtx_EndTag()

int GWEN_XmlCtx_EndTag ( GWEN_XML_CONTEXT * ctx,
int closing )

Definition at line 321 of file xmlctx.c.

References DBG_INFO, and GWEN_LOGDOMAIN.

Referenced by GWEN_XML__ReadTag().

Here is the caller graph for this function:

◆ GWEN_XmlCtx_StartTag()

int GWEN_XmlCtx_StartTag ( GWEN_XML_CONTEXT * ctx,
const char * tagName )

Definition at line 307 of file xmlctx.c.

References DBG_INFO, and GWEN_LOGDOMAIN.

Referenced by GWEN_XML__ReadTag().

Here is the caller graph for this function: