Searched refs:xmlSchematronParserCtxtPtr (Results 1 - 4 of 4) sorted by relevance
/vbox/src/libs/libxml2-2.6.31/include/libxml/ |
H A D | schematron.h | 46 typedef xmlSchematronParserCtxt *xmlSchematronParserCtxtPtr; typedef 54 XMLPUBFUN xmlSchematronParserCtxtPtr XMLCALL 56 XMLPUBFUN xmlSchematronParserCtxtPtr XMLCALL 59 XMLPUBFUN xmlSchematronParserCtxtPtr XMLCALL 62 xmlSchematronFreeParserCtxt (xmlSchematronParserCtxtPtr ctxt); 65 xmlSchematronSetParserErrors(xmlSchematronParserCtxtPtr ctxt, 70 xmlSchematronGetParserErrors(xmlSchematronParserCtxtPtr ctxt, 78 xmlSchematronParse (xmlSchematronParserCtxtPtr ctxt);
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | schematron.c | 221 xmlSchematronPErrMemory(xmlSchematronParserCtxtPtr ctxt, 242 xmlSchematronPErr(xmlSchematronParserCtxtPtr ctxt, xmlNodePtr node, int error, 300 xmlSchematronAddTest(xmlSchematronParserCtxtPtr ctxt, 384 xmlSchematronAddRule(xmlSchematronParserCtxtPtr ctxt, xmlSchematronPtr schema, 477 xmlSchematronAddPattern(xmlSchematronParserCtxtPtr ctxt, 533 xmlSchematronNewSchematron(xmlSchematronParserCtxtPtr ctxt) 582 xmlSchematronParserCtxtPtr 585 xmlSchematronParserCtxtPtr ret; 591 (xmlSchematronParserCtxtPtr) 624 xmlSchematronParserCtxtPtr [all...] |
H A D | xmllint.c | 3311 xmlSchematronParserCtxtPtr ctxt;
|
H A D | testapi.c | 17998 static xmlSchematronParserCtxtPtr gen_xmlSchematronParserCtxtPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { 18001 static void des_xmlSchematronParserCtxtPtr(int no ATTRIBUTE_UNUSED, xmlSchematronParserCtxtPtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { [all...] |
Completed in 296 milliseconds