|
gwenhywfar
5.3.0
|
#include "gwen_parser_p.h"#include <gwenhywfar/debug.h>#include "gwen_parser_check.c"#include "gwen_parser_update.c"#include "gwen_parser_todb.c"
Go to the source code of this file.
Functions | |
| int | GWEN_Parser__CheckElement (const GWEN_PARSER_ELEMENT *eDefinitions, const GWEN_PARSER_ELEMENT *eData) |
| const GWEN_PARSER_ELEMENT * | GWEN_Parser__GetChoice (const GWEN_PARSER_ELEMENT *eDefinitions, const GWEN_PARSER_ELEMENT *eData) |
| int GWEN_Parser__CheckElement | ( | const GWEN_PARSER_ELEMENT * | eDefinitions, |
| const GWEN_PARSER_ELEMENT * | eData | ||
| ) |
Definition at line 43 of file gwen_parser.c.
References DBG_DEBUG, GWEN_ERROR_BAD_DATA, GWEN_LOGDOMAIN, and NULL.
Referenced by GWEN_Parser__CheckElementAndChildren(), GWEN_Parser__GetChoice(), and GWEN_Parser__UpdateElementAndChildren().

| const GWEN_PARSER_ELEMENT* GWEN_Parser__GetChoice | ( | const GWEN_PARSER_ELEMENT * | eDefinitions, |
| const GWEN_PARSER_ELEMENT * | eData | ||
| ) |
Definition at line 90 of file gwen_parser.c.
References DBG_DEBUG, GWEN_LOGDOMAIN, GWEN_Parser__CheckElement(), and NULL.
Referenced by GWEN_Parser__CheckElementAndChildren(), and GWEN_Parser__UpdateElementAndChildren().


1.8.14