Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dschematron.h96 xmlSchematronParse (xmlSchematronParserCtxtPtr ctxt);
/external/libxml2/
Dschematron.c1075 xmlSchematronParse(xmlSchematronParserCtxtPtr ctxt) in xmlSchematronParse() function
1754 schema = xmlSchematronParse(pctxt); in main()
Delfgcchack.h10202 #undef xmlSchematronParse
10203 extern __typeof (xmlSchematronParse) xmlSchematronParse __attribute((alias("xmlSchematronParse__int…
10205 #ifndef xmlSchematronParse
10206 extern __typeof (xmlSchematronParse) xmlSchematronParse__internal_alias __attribute((visibility("hi…
10207 #define xmlSchematronParse xmlSchematronParse__internal_alias macro
Dxmllint.c3535 wxschematron = xmlSchematronParse(ctxt); in main()