gwenhywfar  5.3.0
Functions
parser_xml.h File Reference
#include <gwenhywfar/gwenhywfarapi.h>
#include <gwenhywfar/xml.h>
#include <gwenhywfar/gwen_parser_element.h>
Include dependency graph for parser_xml.h:

Go to the source code of this file.

Functions

GWENHYWFAR_API int GWEN_ParserXml_Read (GWEN_PARSER_ELEMENT_TREE *et, GWEN_XMLNODE *node)
 
GWENHYWFAR_API int GWEN_ParserXml_ReadFile (GWEN_PARSER_ELEMENT_TREE *et, const char *fname)
 

Function Documentation

◆ GWEN_ParserXml_Read()

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

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