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

  /packages/apps/Nfc/nci/jni/
RouteDataSet.cpp 197 xmlChar* value = xmlGetProp (node1, (const xmlChar*) "Type");
344 value = xmlGetProp (element, id);
359 value = xmlGetProp (element, secElem);
368 value = xmlGetProp (element, switchOn);
375 value = xmlGetProp (element, switchOff);
382 value = xmlGetProp (element, batteryOff);
416 value = xmlGetProp (element, id);
429 value = xmlGetProp (element, secElem);
438 value = xmlGetProp (element, switchOn);
445 value = xmlGetProp (element, switchOff)
    [all...]
  /external/libxml2/
relaxng.c     [all...]
error.c 560 to->file = (char *) xmlGetProp(prev, BAD_CAST "href");
563 to->file = (char *) xmlGetProp(prev, BAD_CAST "href");
catalog.c 1149 nameValue = xmlGetProp(cur, attrName);
1156 uriValue = xmlGetProp(cur, uriAttrName);
1221 prop = xmlGetProp(cur, BAD_CAST "prefer");
    [all...]
xinclude.c 182 ret = xmlGetProp(cur, name);
    [all...]
xmlsave.c     [all...]
elfgcchack.h     [all...]
tree.c     [all...]
  /external/libxslt/libxslt/
xsltutils.c 95 return xmlGetProp(node, name);
177 * TODO: Substitute xmlGetProp() for xmlGetNsProp(), since the former
186 return(xmlGetProp(node, name));
    [all...]
  /external/libxml2/include/libxml/
tree.h 981 xmlGetProp (xmlNodePtr node,
    [all...]

Completed in 331 milliseconds