-
Notifications
You must be signed in to change notification settings - Fork 0
mdz_xml_allowLetter
maxdz-gmbh edited this page Apr 29, 2021
·
4 revisions
Allow/disallow letter cLetter
to be used in text, defined by enTextType
. Please note: there are no checks on letters - thus invalid settings (like allowing '<' in element name) may break parsing functionality.
This function is applied to global settings and used by all parser instances.
mdz_bool mdz_xml_allowLetter(enum mdz_xml_text_type enTextType, unsigned char cLetter, mdz_bool bAllow);
Parameter | Description |
---|---|
enTextType |
text type for allowing/disallowing |
cLetter |
letter to allow/disallow |
bAllow |
mdz_false to disallow, otherwise allow |
Return | Description |
---|---|
mdz_false | if enTextType is out of range |
mdz_true | setting succeeded |
mdz_xml API Reference is generated using mdzApiRefGenerator.
-
Library init/uninit functions
-
Parser create/destroy functions
-
Parse functions
-
Service functions
-
Navigation functions