Searched refs:xmlGetNoNsProp (Results 1 – 5 of 5) sorted by relevance
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | schematron.c | 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"); 1317 xmlChar *uri = xmlGetNoNsProp(cur, BAD_CAST "uri"); in xmlSchematronParse() [all …]
|
H A D | xmlreader.c | 2348 return(xmlGetNoNsProp(reader->node, name)); in xmlTextReaderGetAttribute()
|
H A D | tree.c | 6868 xmlGetNoNsProp(const xmlNode *node, const xmlChar *name) { in xmlGetNoNsProp() function
|
H A D | xmlschemas.c | 4786 val = xmlGetNoNsProp(node, BAD_CAST name); in xmlSchemaGetProp()
|
/reactos/sdk/include/reactos/libs/libxml/ |
H A D | tree.h | 1027 xmlGetNoNsProp (const xmlNode *node,
|