Searched refs:xmlGetNoNsProp (Results 1 – 11 of 11) sorted by relevance
/external/libxml2/ |
D | schematron.c | 863 context = xmlGetNoNsProp(rule, BAD_CAST "context"); in xmlSchematronParseRule() 891 test = xmlGetNoNsProp(cur, BAD_CAST "test"); in xmlSchematronParseRule() 914 test = xmlGetNoNsProp(cur, BAD_CAST "test"); in xmlSchematronParseRule() 968 id = xmlGetNoNsProp(pat, BAD_CAST "id"); in xmlSchematronParsePattern() 970 id = xmlGetNoNsProp(pat, BAD_CAST "name"); in xmlSchematronParsePattern() 1021 href = xmlGetNoNsProp(cur, BAD_CAST "href"); 1169 xmlChar *prefix = xmlGetNoNsProp(cur, BAD_CAST "prefix"); in xmlSchematronParse() 1170 xmlChar *uri = xmlGetNoNsProp(cur, BAD_CAST "uri"); in xmlSchematronParse() 1309 path = xmlGetNoNsProp(child, BAD_CAST "path"); in xmlSchematronFormatReport()
|
D | libxml2.syms | 1302 xmlGetNoNsProp;
|
D | elfgcchack.h | 4109 #undef xmlGetNoNsProp 4110 extern __typeof (xmlGetNoNsProp) xmlGetNoNsProp __attribute((alias("xmlGetNoNsProp__internal_alias"… 4112 #ifndef xmlGetNoNsProp 4113 extern __typeof (xmlGetNoNsProp) xmlGetNoNsProp__internal_alias __attribute((visibility("hidden"))); 4114 #define xmlGetNoNsProp xmlGetNoNsProp__internal_alias macro
|
D | xmlreader.c | 2422 return(xmlGetNoNsProp(reader->node, name)); in xmlTextReaderGetAttribute()
|
D | tree.c | 6743 xmlGetNoNsProp(const xmlNode *node, const xmlChar *name) { in xmlGetNoNsProp() function
|
D | xmlschemas.c | 4741 val = xmlGetNoNsProp(node, BAD_CAST name); in xmlSchemaGetProp()
|
D | testapi.c | 20742 ret_val = xmlGetNoNsProp((const xmlNode *)node, (const xmlChar *)name); in test_xmlGetNoNsProp()
|
/external/wpa_supplicant_8/src/utils/ |
D | xml_libxml2.c | 346 return (char *) xmlGetNoNsProp((xmlNodePtr) node, in xml_node_get_attr_value()
|
/external/libxml2/include/libxml/ |
D | tree.h | 1026 xmlGetNoNsProp (const xmlNode *node,
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1268 d xmlGetNoNsProp pr * extproc('xmlGetNoNsProp') xmlChar *
|
/external/libxml2/win32/ |
D | libxml2.def.src | 928 xmlGetNoNsProp
|