Searched refs:xmlGetNsProp (Results 1 – 13 of 13) sorted by relevance
/external/libxml2/ |
D | xlink.c | 149 type = xmlGetNsProp(node, BAD_CAST"type", XLINK_NAMESPACE); in xlinkIsLink() 154 role = xmlGetNsProp(node, BAD_CAST "role", XLINK_NAMESPACE); in xlinkIsLink()
|
D | xinclude.c | 176 ret = xmlGetNsProp(cur, XINCLUDE_NS, name); in xmlXIncludeGetProp() 180 ret = xmlGetNsProp(cur, XINCLUDE_OLD_NS, name); in xmlXIncludeGetProp() 1702 base = xmlGetNsProp(ctxt->incTab[nr]->ref, BAD_CAST "base", in xmlXIncludeLoadDoc() 1745 xmlBase = xmlGetNsProp(node, in xmlXIncludeLoadDoc()
|
D | libxml2.syms | 964 xmlGetNsProp;
|
D | tree.c | 5015 lang = xmlGetNsProp(cur, BAD_CAST "lang", XML_XML_NAMESPACE); in xmlNodeGetLang() 5096 space = xmlGetNsProp(cur, BAD_CAST "space", XML_XML_NAMESPACE); in xmlNodeGetSpacePreserve() 5297 base = xmlGetNsProp(cur, BAD_CAST "base", XML_XML_NAMESPACE); in xmlNodeGetBase() 6757 xmlGetNsProp(const xmlNode *node, const xmlChar *name, const xmlChar *nameSpace) { in xmlGetNsProp() function
|
D | xmlreader.c | 2435 ret = xmlGetNsProp(reader->node, localname, ns->href); in xmlTextReaderGetAttribute() 2488 return(xmlGetNsProp(reader->node, localName, namespaceURI)); in xmlTextReaderGetAttributeNs()
|
D | elfgcchack.h | 4143 #undef xmlGetNsProp 4144 extern __typeof (xmlGetNsProp) xmlGetNsProp __attribute((alias("xmlGetNsProp__internal_alias"))); 4146 #ifndef xmlGetNsProp 4147 extern __typeof (xmlGetNsProp) xmlGetNsProp__internal_alias __attribute((visibility("hidden"))); 4148 #define xmlGetNsProp xmlGetNsProp__internal_alias macro
|
D | catalog.c | 1242 base = xmlGetNsProp(cur, BAD_CAST "base", XML_XML_NAMESPACE); in xmlParseXMLCatalogNode()
|
D | testapi.c | 20709 … ret_val = xmlGetNsProp((const xmlNode *)node, (const xmlChar *)name, (const xmlChar *)nameSpace); in test_xmlGetNsProp()
|
D | ChangeLog | 16391 * tree.c: fixed xmlGetNsProp() to close bug #55683
|
/external/wpa_supplicant_8/src/utils/ |
D | xml_libxml2.c | 354 return (char *) xmlGetNsProp((xmlNodePtr) node, (const xmlChar *) name, in xml_node_get_attr_value_ns()
|
/external/libxml2/include/libxml/ |
D | tree.h | 1039 xmlGetNsProp (const xmlNode *node,
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1263 d xmlGetNsProp pr * extproc('xmlGetNsProp') xmlChar *
|
/external/libxml2/win32/ |
D | libxml2.def.src | 931 xmlGetNsProp
|