Home
last modified time | relevance | path

Searched refs:xmlValidateElementDecl (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dvalid.h318 xmlValidateElementDecl (xmlValidCtxtPtr ctxt,
/external/libxml2/
Delfgcchack.h15182 #undef xmlValidateElementDecl
15183 extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl __attribute((alias("xmlValidateElem…
15185 #ifndef xmlValidateElementDecl
15186 extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl__internal_alias __attribute((visibi…
15187 #define xmlValidateElementDecl xmlValidateElementDecl__internal_alias macro
DSAX2.c803 xmlValidateElementDecl(&ctxt->vctxt, ctxt->myDoc, elem); in xmlSAX2ElementDecl()
Dvalid.c4227 xmlValidateElementDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, in xmlValidateElementDecl() function