Searched refs:xmlRelaxNGElementMatch (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | relaxng.c | 3367 static int xmlRelaxNGElementMatch(xmlRelaxNGValidCtxtPtr ctxt, 3825 if (xmlRelaxNGElementMatch(&ctxt, def2, &node)) { in xmlRelaxNGCompareNameClasses() 3866 if (xmlRelaxNGElementMatch(&ctxt, def1, &node)) { in xmlRelaxNGCompareNameClasses() 9283 tmp = xmlRelaxNGElementMatch(NULL, cur, node); in xmlRelaxNGNodeMatchesList() 9643 xmlRelaxNGElementMatch(xmlRelaxNGValidCtxtPtr ctxt, in xmlRelaxNGElementMatch() function 9686 ret = xmlRelaxNGElementMatch(ctxt, list, elem); in xmlRelaxNGElementMatch() 9713 ret = xmlRelaxNGElementMatch(ctxt, list, elem); in xmlRelaxNGElementMatch() 9950 ret = xmlRelaxNGElementMatch(ctxt, define, node); in xmlRelaxNGValidateState()
|