1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-24 13:33:01 +03:00

Deprecate internal parser functions

This commit is contained in:
Nick Wellnhofer
2022-08-25 20:57:30 +02:00
parent a308c0cdf7
commit 58fc89e8a9
5 changed files with 166 additions and 4 deletions

View File

@@ -100,11 +100,14 @@ XMLPUBFUN int XMLCALL
htmlAutoCloseTag(htmlDocPtr doc,
const xmlChar *name,
htmlNodePtr elem);
XML_DEPRECATED
XMLPUBFUN const htmlEntityDesc * XMLCALL
htmlParseEntityRef(htmlParserCtxtPtr ctxt,
const xmlChar **str);
XML_DEPRECATED
XMLPUBFUN int XMLCALL
htmlParseCharRef(htmlParserCtxtPtr ctxt);
XML_DEPRECATED
XMLPUBFUN void XMLCALL
htmlParseElement(htmlParserCtxtPtr ctxt);