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

parser: Make nodePush, nodePop, namePush, namePop private

This commit is contained in:
Nick Wellnhofer
2025-03-04 13:02:36 +01:00
parent 0b27097a92
commit 361f7bff92
6 changed files with 7 additions and 228 deletions

View File

@ -303,10 +303,6 @@ deprecated_funcs = {
'htmlIsBooleanAttr': True,
'htmlParseCharRef': True,
'htmlParseElement': True,
'namePop': True,
'namePush': True,
'nodePop': True,
'nodePush': True,
'xmlByteConsumed': True,
'xmlCheckFilename': True,
'xmlCheckLanguageID': True,