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