Searched refs:xmlRelaxNGElementMatch (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | relaxng.c | 3350 static int xmlRelaxNGElementMatch(xmlRelaxNGValidCtxtPtr ctxt, 3808 if (xmlRelaxNGElementMatch(&ctxt, def2, &node)) { in xmlRelaxNGCompareNameClasses() 3849 if (xmlRelaxNGElementMatch(&ctxt, def1, &node)) { in xmlRelaxNGCompareNameClasses() 9258 tmp = xmlRelaxNGElementMatch(NULL, cur, node); in xmlRelaxNGNodeMatchesList() 9615 xmlRelaxNGElementMatch(xmlRelaxNGValidCtxtPtr ctxt, in xmlRelaxNGElementMatch() function 9658 ret = xmlRelaxNGElementMatch(ctxt, list, elem); in xmlRelaxNGElementMatch() 9685 ret = xmlRelaxNGElementMatch(ctxt, list, elem); in xmlRelaxNGElementMatch() 9922 ret = xmlRelaxNGElementMatch(ctxt, define, node); in xmlRelaxNGValidateState()
|