1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-02 20:42:30 +03:00

parser: Deprecate more internal symbols

- xmlParseExternalSubset
- xmlPushInput
- xmlPopInput
- xmlCopyCharMultiByte
- xmlCreateEntityParserCtxt
- xmlStringComment
This commit is contained in:
Nick Wellnhofer
2024-11-17 19:48:44 +01:00
parent 2fcdc5f7e7
commit e2ad249c23
4 changed files with 18 additions and 0 deletions

View File

@ -308,6 +308,8 @@ deprecated_funcs = {
'xmlCleanupCharEncodingHandlers': True,
'xmlCleanupGlobals': True,
'xmlCopyChar': True,
'xmlCopyCharMultiByte': True,
'xmlCreateEntityParserCtxt': True,
'xmlDefaultSAXHandlerInit': True,
'xmlDictCleanup': True,
'xmlFileMatch': True,
@ -341,6 +343,7 @@ deprecated_funcs = {
'xmlParseEntity': True,
'xmlParseEntityDecl': True,
'xmlParseEntityRef': True,
'xmlParseExternalSubset': True,
'xmlParseMarkupDecl': True,
'xmlParseMisc': True,
'xmlParseName': True,
@ -368,6 +371,7 @@ deprecated_funcs = {
'xmlParserSetReplaceEntities': True,
'xmlParserSetValidate': True,
'xmlPedanticParserDefault': True,
'xmlPopInput': True,
'xmlRecoverDoc': True,
'xmlRecoverFile': True,
'xmlRecoverMemory': True,