gwenhywfar  4.8.0beta
Macros | Functions
g_generic.c File Reference
#include "g_generic_p.h"
#include "htmlctx_l.h"
#include <gwenhywfar/misc.h>
#include <gwenhywfar/debug.h>

Go to the source code of this file.

Macros

#define DISABLE_DEBUGLOG

Functions

int HtmlGroup_Generic_AddData (HTML_GROUP *g, const char *data)
int HtmlGroup_Generic_EndSubGroup (HTML_GROUP *g, HTML_GROUP *sg)
int HtmlGroup_Generic_EndTag (HTML_GROUP *g, const char *tagName)
HTML_GROUPHtmlGroup_Generic_new (const char *groupName, HTML_GROUP *parent, GWEN_XML_CONTEXT *ctx)

Macro Definition Documentation

#define DISABLE_DEBUGLOG

Definition at line 15 of file g_generic.c.

Function Documentation

int HtmlGroup_Generic_AddData ( HTML_GROUP g,
const char *  data 
)

Definition at line 62 of file g_generic.c.

Referenced by HtmlGroup_Generic_new().

int HtmlGroup_Generic_EndSubGroup ( HTML_GROUP g,
HTML_GROUP sg 
)

Definition at line 71 of file g_generic.c.

Referenced by HtmlGroup_Generic_new().

int HtmlGroup_Generic_EndTag ( HTML_GROUP g,
const char *  tagName 
)

Definition at line 45 of file g_generic.c.

References DBG_INFO, GWEN_LOGDOMAIN, and HtmlGroup_GetGroupName().

Referenced by HtmlGroup_Generic_new().

HTML_GROUP* HtmlGroup_Generic_new ( const char *  groupName,
HTML_GROUP parent,
GWEN_XML_CONTEXT ctx 
)