#include "xmlctx.h"
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) |
int GWEN_XmlCtx_AddAttr | ( | GWEN_XML_CONTEXT * | ctx, | |
const char * | attrName, | |||
const char * | attrData | |||
) |
Definition at line 297 of file xmlctx.c.
References DBG_INFO, and GWEN_LOGDOMAIN.
Referenced by GWEN_XML__ReadTag().
int GWEN_XmlCtx_AddComment | ( | GWEN_XML_CONTEXT * | ctx, | |
const char * | data | |||
) |
Definition at line 284 of file xmlctx.c.
References DBG_INFO, and GWEN_LOGDOMAIN.
Referenced by GWEN_XML__ReadTag().
int GWEN_XmlCtx_AddData | ( | GWEN_XML_CONTEXT * | ctx, | |
const char * | data | |||
) |
Definition at line 271 of file xmlctx.c.
References DBG_INFO, and GWEN_LOGDOMAIN.
Referenced by GWEN_XML__ReadData().
int GWEN_XmlCtx_EndTag | ( | GWEN_XML_CONTEXT * | ctx, | |
int | closing | |||
) |
Definition at line 258 of file xmlctx.c.
References DBG_INFO, and GWEN_LOGDOMAIN.
Referenced by GWEN_XML__ReadTag().
int GWEN_XmlCtx_StartTag | ( | GWEN_XML_CONTEXT * | ctx, | |
const char * | tagName | |||
) |
Definition at line 245 of file xmlctx.c.
References DBG_INFO, and GWEN_LOGDOMAIN.
Referenced by GWEN_XML__ReadTag().