Lines Matching refs:xmlGetNoNsProp
903 select = xmlGetNoNsProp(child, BAD_CAST "select"); in xmlSchematronParseTestReportMsg()
954 context = xmlGetNoNsProp(rule, BAD_CAST "context"); in xmlSchematronParseRule()
984 name = xmlGetNoNsProp(cur, BAD_CAST "name"); in xmlSchematronParseRule()
999 value = xmlGetNoNsProp(cur, BAD_CAST "value"); in xmlSchematronParseRule()
1038 test = xmlGetNoNsProp(cur, BAD_CAST "test"); in xmlSchematronParseRule()
1061 test = xmlGetNoNsProp(cur, BAD_CAST "test"); in xmlSchematronParseRule()
1115 id = xmlGetNoNsProp(pat, BAD_CAST "id"); in xmlSchematronParsePattern()
1117 id = xmlGetNoNsProp(pat, BAD_CAST "name"); in xmlSchematronParsePattern()
1168 href = xmlGetNoNsProp(cur, BAD_CAST "href");
1316 xmlChar *prefix = xmlGetNoNsProp(cur, BAD_CAST "prefix"); in xmlSchematronParse()
1317 xmlChar *uri = xmlGetNoNsProp(cur, BAD_CAST "uri"); in xmlSchematronParse()
1457 path = xmlGetNoNsProp(child, BAD_CAST "path"); in xmlSchematronFormatReport()
1478 select = xmlGetNoNsProp(child, BAD_CAST "select"); in xmlSchematronFormatReport()