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

valid: Deprecate internal validation functions

This commit is contained in:
Nick Wellnhofer
2024-03-16 14:50:56 +01:00
parent c0edd792ba
commit dc2a03d482
3 changed files with 65 additions and 0 deletions

View File

@ -391,6 +391,20 @@ deprecated_funcs = {
'xmlThrDefParserDebugEntities': True,
'xmlThrDefPedanticParserDefaultValue': True,
'xmlThrDefSubstituteEntitiesDefaultValue': True,
'xmlValidCtxtNormalizeAttributeValue': True,
'xmlValidNormalizeAttributeValue': True,
'xmlValidateAttributeValue': True,
'xmlValidateDocumentFinal': True,
'xmlValidateDtdFinal': True,
'xmlValidateNotationUse': True,
'xmlValidateOneAttribute': True,
'xmlValidateOneElement': True,
'xmlValidateOneNamespace': True,
'xmlValidatePopElement': True,
'xmlValidatePushCData': True,
'xmlValidatePushElement': True,
'xmlValidateRoot': True,
'xmlValidate': True,
'xmlXPathInit': True,
'xmlXPtrEvalRangePredicate': True,
'xmlXPtrNewCollapsedRange': True,