-
Notifications
You must be signed in to change notification settings - Fork 0
mdz_xml_create
maxdz-gmbh edited this page Apr 29, 2021
·
4 revisions
Create XML-parser instance.
struct mdz_Xml* mdz_xml_create(void);
Return | Description |
---|---|
NULL |
if library is not initialized with mdz_xml_init() call |
NULL |
if memory allocation failed |
Result | pointer to instance for use in other mdz_xml functions |
mdz_xml API Reference is generated using mdzApiRefGenerator.
-
Library init/uninit functions
-
Parser create/destroy functions
-
Parse functions
-
Service functions
-
Navigation functions