mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-02 20:42:30 +03:00
Deprecate internal parser functions
This commit is contained in:
@ -291,6 +291,8 @@ skip_impl = (
|
||||
deprecated_funcs = {
|
||||
'htmlDefaultSAXHandlerInit': True,
|
||||
'htmlInitAutoClose': True,
|
||||
'htmlParseCharRef': True,
|
||||
'htmlParseElement': True,
|
||||
'xmlCleanupCharEncodingHandlers': True,
|
||||
'xmlCleanupGlobals': True,
|
||||
'xmlDefaultSAXHandlerInit': True,
|
||||
@ -310,9 +312,40 @@ deprecated_funcs = {
|
||||
'xmlNanoFTPProxy': True,
|
||||
'xmlNanoFTPScanProxy': True,
|
||||
'xmlNewGlobalNs': True,
|
||||
'xmlParseAttValue': True,
|
||||
'xmlParseAttributeListDecl': True,
|
||||
'xmlParseCDSect': True,
|
||||
'xmlParseCharData': True,
|
||||
'xmlParseCharRef': True,
|
||||
'xmlParseComment': True,
|
||||
'xmlParseDocTypeDecl': True,
|
||||
'xmlParseElement': True,
|
||||
'xmlParseElementDecl': True,
|
||||
'xmlParseEncName': True,
|
||||
'xmlParseEncodingDecl': True,
|
||||
'xmlParseEndTag': True,
|
||||
'xmlParseEntity': True,
|
||||
'xmlParseEntityDecl': True,
|
||||
'xmlParseEntityRef': True,
|
||||
'xmlParseMarkupDecl': True,
|
||||
'xmlParseMisc': True,
|
||||
'xmlParseName': True,
|
||||
'xmlParseNamespace': True,
|
||||
'xmlParseNmtoken': True,
|
||||
'xmlParseNotationDecl': True,
|
||||
'xmlParsePEReference': True,
|
||||
'xmlParsePI': True,
|
||||
'xmlParsePITarget': True,
|
||||
'xmlParsePubidLiteral': True,
|
||||
'xmlParseQuotedString': True,
|
||||
'xmlParseReference': True,
|
||||
'xmlParseSDDecl': True,
|
||||
'xmlParseStartTag': True,
|
||||
'xmlParseSystemLiteral': True,
|
||||
'xmlParseTextDecl': True,
|
||||
'xmlParseVersionInfo': True,
|
||||
'xmlParseVersionNum': True,
|
||||
'xmlParseXMLDecl': True,
|
||||
'xmlParserHandleReference': True,
|
||||
'xmlRecoverDoc': True,
|
||||
'xmlRecoverFile': True,
|
||||
|
Reference in New Issue
Block a user