| /external/libxml2/ |
| relaxng.c | [all...] |
| error.c | 565 to->file = (char *) xmlGetProp(prev, BAD_CAST "href"); 568 to->file = (char *) xmlGetProp(prev, BAD_CAST "href");
|
| catalog.c | 1152 nameValue = xmlGetProp(cur, attrName); 1159 uriValue = xmlGetProp(cur, uriAttrName); 1224 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...] |