#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 300 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 287 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 274 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 261 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 248 of file xmlctx.c.
References DBG_INFO, and GWEN_LOGDOMAIN.
Referenced by GWEN_XML__ReadTag().
1.5.6