mirror of
https://github.com/GNOME/libxml2.git
synced 2025-10-14 02:58:39 +08:00
@@ -395,7 +395,6 @@ XMLPUBFUN xmlElement *
|
||||
|
||||
#ifdef LIBXML_VALID_ENABLED
|
||||
|
||||
XML_DEPRECATED
|
||||
XMLPUBFUN int
|
||||
xmlValidGetPotentialChildren(xmlElementContent *ctree,
|
||||
const xmlChar **names,
|
||||
|
2
valid.c
2
valid.c
@@ -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
|
||||
|
Reference in New Issue
Block a user