Searched refs:xmlGetPropNodeInternal (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/ |
D | tree.c | 6470 xmlGetPropNodeInternal(const xmlNode *node, const xmlChar *name, in xmlGetPropNodeInternal() function 6687 return(xmlGetPropNodeInternal(node, name, nameSpace, xmlCheckDTD)); in xmlHasNsProp() 6735 prop = xmlGetPropNodeInternal(node, name, NULL, xmlCheckDTD); in xmlGetNoNsProp() 6760 prop = xmlGetPropNodeInternal(node, name, nameSpace, xmlCheckDTD); in xmlGetNsProp() 6780 prop = xmlGetPropNodeInternal(node, name, NULL, 0); in xmlUnsetProp() 6801 prop = xmlGetPropNodeInternal(node, name, (ns != NULL) ? ns->href : NULL, 0); in xmlUnsetNsProp() 6869 prop = xmlGetPropNodeInternal(node, name, (ns != NULL) ? ns->href : NULL, 0); in xmlSetNsProp()
|
D | ChangeLog | 2318 values into the functions xmlGetPropNodeInternal() and
|