|
gwenhywfar
5.10.1
|
#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, 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_GROUP * | HtmlGroup_Generic_new (const char *groupName, HTML_GROUP *parent, GWEN_XML_CONTEXT *ctx) |
| #define DISABLE_DEBUGLOG |
Definition at line 15 of file g_generic.c.
| int HtmlGroup_Generic_AddData | ( | HTML_GROUP * | g, |
| GWEN_UNUSED const char * | data | ||
| ) |
Definition at line 64 of file g_generic.c.
Referenced by HtmlGroup_Generic_new().

| int HtmlGroup_Generic_EndSubGroup | ( | HTML_GROUP * | g, |
| GWEN_UNUSED HTML_GROUP * | sg | ||
| ) |
Definition at line 74 of file g_generic.c.
Referenced by HtmlGroup_Generic_new().

| 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().


| HTML_GROUP* HtmlGroup_Generic_new | ( | const char * | groupName, |
| HTML_GROUP * | parent, | ||
| GWEN_XML_CONTEXT * | ctx | ||
| ) |
Definition at line 26 of file g_generic.c.
References HtmlGroup_Generic_AddData(), HtmlGroup_Generic_EndSubGroup(), HtmlGroup_Generic_EndTag(), HtmlGroup_new(), HtmlGroup_SetAddDataFn(), HtmlGroup_SetEndSubGroupFn(), and HtmlGroup_SetEndTagFn().
Referenced by HtmlGroup_Box_new(), HtmlGroup_Table_new(), HtmlGroup_TableRow_new(), and HtmlGroup_UnorderedList_new().


1.8.14