gwenhywfar  5.3.0
Functions
parser_xml.c File Reference
#include <gwenhywfar/parser_xml.h>
#include <gwenhywfar/debug.h>
Include dependency graph for parser_xml.c:

Go to the source code of this file.

Functions

int GWEN_ParserXml__Read (GWEN_PARSER_ELEMENT_TREE *et, GWEN_PARSER_ELEMENT *eParent, GWEN_XMLNODE *node)
 
int GWEN_ParserXml_Read (GWEN_PARSER_ELEMENT_TREE *et, GWEN_XMLNODE *node)
 
int GWEN_ParserXml_ReadFile (GWEN_PARSER_ELEMENT_TREE *et, const char *fname)
 

Function Documentation

◆ GWEN_ParserXml__Read()

int GWEN_ParserXml__Read ( GWEN_PARSER_ELEMENT_TREE *  et,
GWEN_PARSER_ELEMENT *  eParent,
GWEN_XMLNODE node 
)

Definition at line 35 of file parser_xml.c.

References DBG_INFO, GWEN_LOGDOMAIN, GWEN_XMLNode_GetChild(), GWEN_XMLNode_GetData(), GWEN_XMLNode_GetType(), GWEN_XMLNode_Next(), GWEN_XMLNodeTypeComment, GWEN_XMLNodeTypeData, GWEN_XMLNodeTypeTag, and NULL.

Referenced by GWEN_ParserXml_Read().

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

◆ GWEN_ParserXml_Read()

int GWEN_ParserXml_Read ( GWEN_PARSER_ELEMENT_TREE *  et,
GWEN_XMLNODE node 
)

Definition at line 95 of file parser_xml.c.

References GWEN_ParserXml__Read(), and NULL.

Referenced by GWEN_ParserXml_ReadFile().

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

◆ GWEN_ParserXml_ReadFile()

int GWEN_ParserXml_ReadFile ( GWEN_PARSER_ELEMENT_TREE *  et,
const char *  fname 
)