Lines Matching refs:xmlSchematronParserCtxtPtr
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
634 xmlSchematronParserCtxtPtr ret; in xmlSchematronNewMemParserCtxt()
640 (xmlSchematronParserCtxtPtr) in xmlSchematronNewMemParserCtxt()
670 xmlSchematronParserCtxtPtr
673 xmlSchematronParserCtxtPtr ret; in xmlSchematronNewDocParserCtxt()
679 (xmlSchematronParserCtxtPtr) in xmlSchematronNewDocParserCtxt()
709 xmlSchematronFreeParserCtxt(xmlSchematronParserCtxtPtr ctxt) in xmlSchematronFreeParserCtxt()
734 xmlSchematronPushInclude(xmlSchematronParserCtxtPtr ctxt,
776 xmlSchematronPopInclude(xmlSchematronParserCtxtPtr ctxt)
804 xmlSchematronAddNamespace(xmlSchematronParserCtxtPtr ctxt, in xmlSchematronAddNamespace()
849 xmlSchematronParseRule(xmlSchematronParserCtxtPtr ctxt, in xmlSchematronParseRule()
959 xmlSchematronParsePattern(xmlSchematronParserCtxtPtr ctxt, xmlNodePtr pat) in xmlSchematronParsePattern()
1010 xmlSchematronLoadInclude(xmlSchematronParserCtxtPtr ctxt, xmlNodePtr cur)
1077 xmlSchematronParse(xmlSchematronParserCtxtPtr ctxt) in xmlSchematronParse()
1748 xmlSchematronParserCtxtPtr pctxt; in main()