Searched defs:xmlValidGetValidElements (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dvalid.c6923 * xmlValidGetValidElements:
6933 * to insert before 'node': xmlValidGetValidElements(node->prev, node, ...
6934 * to insert next 'node': xmlValidGetValidElements(node, node->next, ...
6935 * to replace 'node': xmlValidGetValidElements(node->prev, node->next, ...
6936 * to prepend a child to 'node': xmlValidGetValidElements(NULL, node->childs,
6937 * to append a child to 'node': xmlValidGetValidElements(node->last, NULL, ...
6948 xmlValidGetValidElements(xmlNode *prev, xmlNode *next, const xmlChar **names, function
H A Delfgcchack.h15248 #undef xmlValidGetValidElements macro
15249 extern __typeof (xmlValidGetValidElements) xmlValidGetValidElements __attribute((alias("xmlValidGetValidElements__internal_alias")));
15251 #ifndef xmlValidGetValidElements
15252 extern __typeof (xmlValidGetValidElements) xmlValidGetValidElements__internal_alias __attribute((visibility("hidden")));
15253 #define xmlValidGetValidElements xmlValidGetValidElements__internal_alias macro

Completed in 226 milliseconds