28#ifndef GWENHYWFAR_XMLCTX_L_H
29#define GWENHYWFAR_XMLCTX_L_H
42 const char *attrData);
struct GWEN_XML_CONTEXT GWEN_XML_CONTEXT
int GWEN_XmlCtx_AddAttr(GWEN_XML_CONTEXT *ctx, const char *attrName, const char *attrData)
int GWEN_XmlCtx_EndTag(GWEN_XML_CONTEXT *ctx, int closing)
int GWEN_XmlCtx_AddData(GWEN_XML_CONTEXT *ctx, const char *data)
int GWEN_XmlCtx_AddComment(GWEN_XML_CONTEXT *ctx, const char *data)
int GWEN_XmlCtx_StartTag(GWEN_XML_CONTEXT *ctx, const char *tagName)