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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dschematron.h78 xmlSchematronParse (xmlSchematronParserCtxtPtr ctxt);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dschematron.c1056 * xmlSchematronParse:
1066 xmlSchematronParse(xmlSchematronParserCtxtPtr ctxt) function
1087 "xmlSchematronParse: could not load '%s'.\n",
1098 "xmlSchematronParse: could not parse.\n",
1112 "xmlSchematronParse: could not parse.\n",
1699 schema = xmlSchematronParse(pctxt);
H A Dxmllint.c3270 wxschematron = xmlSchematronParse(ctxt);
H A Delfgcchack.h10090 #undef xmlSchematronParse macro
10091 extern __typeof (xmlSchematronParse) xmlSchematronParse __attribute((alias("xmlSchematronParse__internal_alias")));
10093 #ifndef xmlSchematronParse
10094 extern __typeof (xmlSchematronParse) xmlSchematronParse__internal_alias __attribute((visibility("hidden")));
10095 #define xmlSchematronParse xmlSchematronParse__internal_alias macro

Completed in 82 milliseconds