Home
last modified time | relevance | path

Searched refs:xmlGetNoNsProp (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/lib/3rdparty/libxml2/
H A Dschematron.c903 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 Dxmlreader.c2348 return(xmlGetNoNsProp(reader->node, name)); in xmlTextReaderGetAttribute()
H A Dtree.c6868 xmlGetNoNsProp(const xmlNode *node, const xmlChar *name) { in xmlGetNoNsProp() function
H A Dxmlschemas.c4786 val = xmlGetNoNsProp(node, BAD_CAST name); in xmlSchemaGetProp()
/reactos/sdk/include/reactos/libs/libxml/
H A Dtree.h1027 xmlGetNoNsProp (const xmlNode *node,