HomeSort by relevance Sort by last modified time
    Searched refs:xmlGetNsProp (Results 1 - 10 of 10) sorted by null

  /external/libxml2/
xlink.c 149 type = xmlGetNsProp(node, BAD_CAST"type", XLINK_NAMESPACE);
154 role = xmlGetNsProp(node, BAD_CAST "role", XLINK_NAMESPACE);
xinclude.c 176 ret = xmlGetNsProp(cur, XINCLUDE_NS, name);
180 ret = xmlGetNsProp(cur, XINCLUDE_OLD_NS, name);
    [all...]
libxml2.syms 964 xmlGetNsProp;
    [all...]
tree.c     [all...]
catalog.c     [all...]
xmlreader.c     [all...]
elfgcchack.h     [all...]
testapi.c     [all...]
  /external/wpa_supplicant_8/src/utils/
xml_libxml2.c 354 return (char *) xmlGetNsProp((xmlNodePtr) node, (const xmlChar *) name,
  /external/libxml2/include/libxml/
tree.h 1039 xmlGetNsProp (const xmlNode *node,
    [all...]

Completed in 238 milliseconds