1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-05 19:01:18 +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

@ -2865,6 +2865,8 @@ htmlParseHTMLAttribute(htmlParserCtxtPtr ctxt, const xmlChar stop) {
* @ctxt: an HTML parser context
* @str: location to store the entity name
*
* DEPRECATED: Internal function, don't use.
*
* parse an HTML ENTITY references
*
* [68] EntityRef ::= '&' Name ';'
@ -3573,6 +3575,8 @@ unfinished:
* htmlParseCharRef:
* @ctxt: an HTML parser context
*
* DEPRECATED: Internal function, don't use.
*
* parse Reference declarations
*
* [66] CharRef ::= '&#' [0-9]+ ';' |
@ -4470,6 +4474,8 @@ htmlParseContent(htmlParserCtxtPtr ctxt) {
* htmlParseElement:
* @ctxt: an HTML parser context
*
* DEPRECATED: Internal function, don't use.
*
* parse an HTML element, this is highly recursive
* this is kept for compatibility with previous code versions
*