mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
html: Deprecate htmlHandleOmittedElem
This commit is contained in:
@ -5996,6 +5996,8 @@ htmlParseFile(const char *filename, const char *encoding) {
|
||||
* htmlHandleOmittedElem:
|
||||
* @val: int 0 or 1
|
||||
*
|
||||
* DEPRECATED: Use HTML_PARSE_NOIMPLIED
|
||||
*
|
||||
* Set and return the previous value for handling HTML omitted tags.
|
||||
*
|
||||
* Returns the last value for 0 for no handling, 1 for auto insertion.
|
||||
|
@ -168,6 +168,7 @@ XMLPUBFUN int
|
||||
int *inlen, int quoteChar);
|
||||
XMLPUBFUN int
|
||||
htmlIsScriptAttribute(const xmlChar *name);
|
||||
XML_DEPRECATED
|
||||
XMLPUBFUN int
|
||||
htmlHandleOmittedElem(int val);
|
||||
|
||||
|
@ -291,6 +291,7 @@ skip_impl = (
|
||||
|
||||
deprecated_funcs = {
|
||||
'htmlDefaultSAXHandlerInit': True,
|
||||
'htmlHandleOmittedElem': True,
|
||||
'htmlInitAutoClose': True,
|
||||
'htmlParseCharRef': True,
|
||||
'htmlParseElement': True,
|
||||
|
Reference in New Issue
Block a user