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

  /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 5126 milliseconds