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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user