1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-18 16:08:59 +03:00

catalog: Deprecate low-level internal functions

This commit is contained in:
Nick Wellnhofer
2025-08-17 14:35:08 +02:00
parent 5bd6b44d13
commit 591f19ebe7
4 changed files with 57 additions and 1 deletions

View File

@@ -573,16 +573,26 @@ deprecated_funcs = {
'htmlIsScriptAttribute': True,
'htmlParseCharRef': True,
'htmlParseElement': True,
'xmlACatalogAdd': True,
'xmlACatalogDump': True,
'xmlACatalogRemove': True,
'xmlACatalogResolve': True,
'xmlACatalogResolvePublic': True,
'xmlACatalogResolveSystem': True,
'xmlACatalogResolveURI': True,
'xmlAddEncodingAlias': True,
'xmlByteConsumed': True,
'xmlCatalogConvert': True,
'xmlCatalogGetPublic': True,
'xmlCatalogGetSystem': True,
'xmlCatalogIsEmpty': True,
'xmlCheckFilename': True,
'xmlCheckLanguageID': True,
'xmlCleanupCharEncodingHandlers': True,
'xmlCleanupEncodingAliases': True,
'xmlCleanupGlobals': True,
'xmlClearParserCtxt': True,
'xmlConvertSGMLCatalog': True,
'xmlCopyChar': True,
'xmlCopyCharMultiByte': True,
'xmlCreateEntityParserCtxt': True,
@@ -590,6 +600,7 @@ deprecated_funcs = {
'xmlDelEncodingAlias': True,
'xmlDictCleanup': True,
'xmlFileMatch': True,
'xmlFreeCatalog': True,
'xmlGetCompressMode': True,
'xmlGetEncodingAlias': True,
'xmlInitCharEncodingHandlers': True,
@@ -610,9 +621,12 @@ deprecated_funcs = {
'xmlIsRef': True,
'xmlKeepBlanksDefault': True,
'xmlLineNumbersDefault': True,
'xmlLoadACatalog': True,
'xmlLoadSGMLSuperCatalog': True,
'xmlNanoHTTPCleanup': True,
'xmlNanoHTTPInit': True,
'xmlNanoHTTPScanProxy': True,
'xmlNewCatalog': True,
'xmlNextChar': True,
'xmlNormalizeWindowsPath': True,
'xmlParseAttValue': True,