gwenhywfar 5.12.0
g_generic.c File Reference
#include "g_generic_p.h"
#include "htmlctx_l.h"
#include <gwenhywfar/misc.h>
#include <gwenhywfar/debug.h>
Include dependency graph for g_generic.c:

Go to the source code of this file.

Macros

#define DISABLE_DEBUGLOG

Functions

int HtmlGroup_Generic_AddData (HTML_GROUP *g, GWEN_UNUSED const char *data)
int HtmlGroup_Generic_EndSubGroup (HTML_GROUP *g, GWEN_UNUSED 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

◆ DISABLE_DEBUGLOG

#define DISABLE_DEBUGLOG

Definition at line 15 of file g_generic.c.

Function Documentation

◆ HtmlGroup_Generic_AddData()

int HtmlGroup_Generic_AddData ( HTML_GROUP * g,
GWEN_UNUSED const char * data )

Definition at line 64 of file g_generic.c.

References GWEN_UNUSED.

Referenced by HtmlGroup_Generic_new().

Here is the caller graph for this function:

◆ HtmlGroup_Generic_EndSubGroup()

int HtmlGroup_Generic_EndSubGroup ( HTML_GROUP * g,
GWEN_UNUSED HTML_GROUP * sg )

Definition at line 74 of file g_generic.c.

References GWEN_UNUSED.

Referenced by HtmlGroup_Generic_new().

Here is the caller graph for this function:

◆ HtmlGroup_Generic_EndTag()

int HtmlGroup_Generic_EndTag ( HTML_GROUP * g,
const char * tagName )

Definition at line 46 of file g_generic.c.

References DBG_INFO, GWEN_LOGDOMAIN, and HtmlGroup_GetGroupName().

Referenced by HtmlGroup_Generic_new().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HtmlGroup_Generic_new()

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