1
0
mirror of https://github.com/GNOME/libxml2.git synced 2025-10-14 02:58:39 +08:00

valid: Undeprecate xmlValidGetPotentialChildren

Fixes #988.
This commit is contained in:
Nick Wellnhofer
2025-09-26 16:29:10 +02:00
parent c537ccf0ae
commit a30a276412
2 changed files with 0 additions and 3 deletions

View File

@@ -395,7 +395,6 @@ XMLPUBFUN xmlElement *
#ifdef LIBXML_VALID_ENABLED
XML_DEPRECATED
XMLPUBFUN int
xmlValidGetPotentialChildren(xmlElementContent *ctree,
const xmlChar **names,

View File

@@ -6383,8 +6383,6 @@ xmlCtxtValidateDocument(xmlParserCtxt *ctxt, xmlDoc *doc) {
/**
* Build/extend a list of potential children allowed by the content tree
*
* @deprecated Internal function, don't use.
*
* @param ctree an element content tree
* @param names an array to store the list of child names
* @param len a pointer to the number of element in the list