Lines Matching refs:xmlNodePtr
88 xmlNodePtr node; /* the node in the tree */
104 xmlNodePtr node; /* the node in the tree */
202 xmlNodePtr *includes; /* the array of includes */
229 const char *extra, xmlNodePtr node) in xmlSchematronPErrMemory()
249 xmlSchematronPErr(xmlSchematronParserCtxtPtr ctxt, xmlNodePtr node, int error, in xmlSchematronPErr()
277 const char *extra, xmlNodePtr node) in xmlSchematronVErrMemory()
310 xmlNodePtr node, xmlChar *test, xmlChar *report) in xmlSchematronAddTest()
392 xmlSchematronPatternPtr pat, xmlNodePtr node, in xmlSchematronAddRule()
485 xmlSchematronPtr schema, xmlNodePtr node, xmlChar *name) in xmlSchematronAddPattern()
735 xmlDocPtr doc, xmlNodePtr cur)
739 ctxt->includes = (xmlNodePtr *)
740 xmlMalloc(ctxt->maxIncludes * 2 * sizeof(xmlNodePtr));
748 xmlNodePtr *tmp;
750 tmp = (xmlNodePtr *)
752 sizeof(xmlNodePtr));
762 ctxt->includes[2 * ctxt->nbIncludes + 1] = (xmlNodePtr) doc;
775 static xmlNodePtr
779 xmlNodePtr ret;
851 xmlNodePtr rule) in xmlSchematronParseRule()
853 xmlNodePtr cur; in xmlSchematronParseRule()
959 xmlSchematronParsePattern(xmlSchematronParserCtxtPtr ctxt, xmlNodePtr pat) in xmlSchematronParsePattern()
961 xmlNodePtr cur; in xmlSchematronParsePattern()
1009 static xmlNodePtr
1010 xmlSchematronLoadInclude(xmlSchematronParserCtxtPtr ctxt, xmlNodePtr cur)
1012 xmlNodePtr ret = NULL;
1081 xmlNodePtr root, cur; in xmlSchematronParse()
1133 xmlSchematronPErr(ctxt, (xmlNodePtr) doc, in xmlSchematronParse()
1242 static xmlNodePtr
1244 xmlNodePtr cur, const xmlChar *xpath) { in xmlSchematronGetNode()
1245 xmlNodePtr node = NULL; in xmlSchematronGetNode()
1275 xmlNodePtr cur ATTRIBUTE_UNUSED, in xmlSchematronReportOutput()
1294 xmlNodePtr test, xmlNodePtr cur) { in xmlSchematronFormatReport()
1296 xmlNodePtr child, node; in xmlSchematronFormatReport()
1371 xmlSchematronTestPtr test, xmlNodePtr cur, xmlSchematronPatternPtr pattern, int success) { in xmlSchematronReportSuccess()
1555 static xmlNodePtr
1556 xmlSchematronNextNode(xmlNodePtr cur) { in xmlSchematronNextNode()
1603 xmlSchematronTestPtr test, xmlDocPtr instance, xmlNodePtr cur, xmlSchematronPatternPtr pattern) in xmlSchematronRunTest()
1668 xmlNodePtr cur, root; in xmlSchematronValidateDoc()