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