Searched refs:xmlSchematronParserCtxtPtr (Results 1 – 5 of 5) sorted by relevance
/external/libxml2/include/libxml/ |
D | schematron.h | 64 typedef xmlSchematronParserCtxt *xmlSchematronParserCtxtPtr; typedef 72 XMLPUBFUN xmlSchematronParserCtxtPtr XMLCALL 74 XMLPUBFUN xmlSchematronParserCtxtPtr XMLCALL 77 XMLPUBFUN xmlSchematronParserCtxtPtr XMLCALL 80 xmlSchematronFreeParserCtxt (xmlSchematronParserCtxtPtr ctxt); 96 xmlSchematronParse (xmlSchematronParserCtxtPtr ctxt);
|
/external/libxml2/os400/libxmlrpg/ |
D | schematron.rpgle | 65 d xmlSchematronParserCtxtPtr... 75 d like(xmlSchematronParserCtxtPtr) 81 d like(xmlSchematronParserCtxtPtr) 88 d like(xmlSchematronParserCtxtPtr) 95 d like(xmlSchematronParserCtxtPtr) 102 d like(xmlSchematronParserCtxtPtr) 114 d like(xmlSchematronParserCtxtPtr) 130 d like(xmlSchematronParserCtxtPtr)
|
/external/libxml2/ |
D | schematron.c | 228 xmlSchematronPErrMemory(xmlSchematronParserCtxtPtr ctxt, in xmlSchematronPErrMemory() 249 xmlSchematronPErr(xmlSchematronParserCtxtPtr ctxt, xmlNodePtr node, int error, in xmlSchematronPErr() 307 xmlSchematronAddTest(xmlSchematronParserCtxtPtr ctxt, in xmlSchematronAddTest() 391 xmlSchematronAddRule(xmlSchematronParserCtxtPtr ctxt, xmlSchematronPtr schema, in xmlSchematronAddRule() 484 xmlSchematronAddPattern(xmlSchematronParserCtxtPtr ctxt, in xmlSchematronAddPattern() 540 xmlSchematronNewSchematron(xmlSchematronParserCtxtPtr ctxt) in xmlSchematronNewSchematron() 589 xmlSchematronParserCtxtPtr 592 xmlSchematronParserCtxtPtr ret; in xmlSchematronNewParserCtxt() 598 (xmlSchematronParserCtxtPtr) in xmlSchematronNewParserCtxt() 631 xmlSchematronParserCtxtPtr [all …]
|
D | xmllint.c | 3545 xmlSchematronParserCtxtPtr ctxt; in main()
|
D | testapi.c | 18171 static xmlSchematronParserCtxtPtr gen_xmlSchematronParserCtxtPtr(int no ATTRIBUTE_UNUSED, int nr AT… in gen_xmlSchematronParserCtxtPtr() 18174 static void des_xmlSchematronParserCtxtPtr(int no ATTRIBUTE_UNUSED, xmlSchematronParserCtxtPtr val … in des_xmlSchematronParserCtxtPtr()
|