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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dschematron.h78 xmlSchematronParse (xmlSchematronParserCtxtPtr ctxt);
/vbox/src/libs/libxml2-2.6.31/
H A Dschematron.c1060 * xmlSchematronParse:
1070 xmlSchematronParse(xmlSchematronParserCtxtPtr ctxt) function
1091 "xmlSchematronParse: could not load '%s'.\n",
1102 "xmlSchematronParse: could not parse.\n",
1116 "xmlSchematronParse: could not parse.\n",
1706 schema = xmlSchematronParse(pctxt);
H A Dxmllint.c3326 wxschematron = xmlSchematronParse(ctxt);
H A Delfgcchack.h10110 #undef xmlSchematronParse macro
10111 extern __typeof (xmlSchematronParse) xmlSchematronParse __attribute((alias("xmlSchematronParse__internal_alias")));
10113 #ifndef xmlSchematronParse
10114 extern __typeof (xmlSchematronParse) xmlSchematronParse__internal_alias __attribute((visibility("hidden")));
10115 #define xmlSchematronParse xmlSchematronParse__internal_alias macro

Completed in 508 milliseconds