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