mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
parser: Deprecate xmlIsLetter
This commit is contained in:
@ -296,9 +296,7 @@ XMLPUBVAR const xmlChar xmlStringText[];
|
|||||||
XMLPUBVAR const xmlChar xmlStringTextNoenc[];
|
XMLPUBVAR const xmlChar xmlStringTextNoenc[];
|
||||||
XMLPUBVAR const xmlChar xmlStringComment[];
|
XMLPUBVAR const xmlChar xmlStringComment[];
|
||||||
|
|
||||||
/*
|
XML_DEPRECATED
|
||||||
* Function to finish the work of the macros where needed.
|
|
||||||
*/
|
|
||||||
XMLPUBFUN int xmlIsLetter (int c);
|
XMLPUBFUN int xmlIsLetter (int c);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -422,6 +422,8 @@ xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors code, const char *info)
|
|||||||
* xmlIsLetter:
|
* xmlIsLetter:
|
||||||
* @c: an unicode character (int)
|
* @c: an unicode character (int)
|
||||||
*
|
*
|
||||||
|
* DEPRECATED: Internal function, don't use.
|
||||||
|
*
|
||||||
* Check whether the character is allowed by the production
|
* Check whether the character is allowed by the production
|
||||||
* [84] Letter ::= BaseChar | Ideographic
|
* [84] Letter ::= BaseChar | Ideographic
|
||||||
*
|
*
|
||||||
|
@ -312,6 +312,7 @@ deprecated_funcs = {
|
|||||||
'xmlInitializeDict': True,
|
'xmlInitializeDict': True,
|
||||||
'xmlIOFTPMatch': True,
|
'xmlIOFTPMatch': True,
|
||||||
'xmlIOHTTPMatch': True,
|
'xmlIOHTTPMatch': True,
|
||||||
|
'xmlIsLetter': True,
|
||||||
'xmlIsRef': True,
|
'xmlIsRef': True,
|
||||||
'xmlKeepBlanksDefault': True,
|
'xmlKeepBlanksDefault': True,
|
||||||
'xmlLineNumbersDefault': True,
|
'xmlLineNumbersDefault': True,
|
||||||
|
Reference in New Issue
Block a user