|
gwenhywfar 5.10.1
|
#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 363 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 349 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 335 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 321 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 307 of file xmlctx.c.
References DBG_INFO, and GWEN_LOGDOMAIN.
Referenced by GWEN_XML__ReadTag().
