Searched defs:xmlSchematronParse (Results 1 - 2 of 2) sorted by relevance

/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 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 97 milliseconds