1
0
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:
Nick Wellnhofer
2025-06-02 23:26:19 +02:00
parent f6eec6f4c1
commit 347c2b2ec7
4 changed files with 14 additions and 1 deletions

View File

@@ -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,