Searched defs:xmlGetNsProp (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dtree.c4996 lang = xmlGetNsProp(cur, BAD_CAST "lang", XML_XML_NAMESPACE);
5077 space = xmlGetNsProp(cur, BAD_CAST "space", XML_XML_NAMESPACE);
5278 base = xmlGetNsProp(cur, BAD_CAST "base", XML_XML_NAMESPACE);
6681 * to the attribute. Use xmlGetNsProp() or xmlGetNoNsProp()
6723 * xmlGetNsProp:
6738 xmlGetNsProp(const xmlNode *node, const xmlChar *name, const xmlChar *nameSpace) { function
H A Delfgcchack.h4143 #undef xmlGetNsProp macro
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

Completed in 124 milliseconds