mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +03:00
valid: Deprecate a few functions and xmllint --insert
This commit is contained in:
@@ -372,6 +372,7 @@ XMLPUBFUN int
|
||||
const xmlChar *notationName);
|
||||
#endif /* LIBXML_VALID_ENABLED */
|
||||
|
||||
XML_DEPRECATED
|
||||
XMLPUBFUN int
|
||||
xmlIsMixedElement (xmlDoc *doc,
|
||||
const xmlChar *name);
|
||||
@@ -397,12 +398,14 @@ XMLPUBFUN xmlElement *
|
||||
|
||||
#ifdef LIBXML_VALID_ENABLED
|
||||
|
||||
XML_DEPRECATED
|
||||
XMLPUBFUN int
|
||||
xmlValidGetPotentialChildren(xmlElementContent *ctree,
|
||||
const xmlChar **names,
|
||||
int *len,
|
||||
int max);
|
||||
|
||||
/* only needed for `xmllint --insert` */
|
||||
XMLPUBFUN int
|
||||
xmlValidGetValidElements(xmlNode *prev,
|
||||
xmlNode *next,
|
||||
|
||||
Reference in New Issue
Block a user