Lines Matching refs:xmlGetNoNsProp
931 select = xmlGetNoNsProp(child, BAD_CAST "select"); in xmlSchematronParseTestReportMsg()
981 context = xmlGetNoNsProp(rule, BAD_CAST "context"); in xmlSchematronParseRule()
1011 name = xmlGetNoNsProp(cur, BAD_CAST "name"); in xmlSchematronParseRule()
1026 value = xmlGetNoNsProp(cur, BAD_CAST "value"); in xmlSchematronParseRule()
1065 test = xmlGetNoNsProp(cur, BAD_CAST "test"); in xmlSchematronParseRule()
1088 test = xmlGetNoNsProp(cur, BAD_CAST "test"); in xmlSchematronParseRule()
1142 id = xmlGetNoNsProp(pat, BAD_CAST "id"); in xmlSchematronParsePattern()
1144 id = xmlGetNoNsProp(pat, BAD_CAST "name"); in xmlSchematronParsePattern()
1195 href = xmlGetNoNsProp(cur, BAD_CAST "href");
1343 xmlChar *prefix = xmlGetNoNsProp(cur, BAD_CAST "prefix"); in xmlSchematronParse()
1344 xmlChar *uri = xmlGetNoNsProp(cur, BAD_CAST "uri"); in xmlSchematronParse()
1484 path = xmlGetNoNsProp(child, BAD_CAST "path"); in xmlSchematronFormatReport()
1505 select = xmlGetNoNsProp(child, BAD_CAST "select"); in xmlSchematronFormatReport()