Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlHasNsProp

2902 		attr = xmlHasNsProp(cur->parent, prop->name, NULL);
2904 attr = xmlHasNsProp(cur->parent, prop->name, prop->ns->href);
3339 lastattr = xmlHasNsProp(parent, cur->name, NULL);
3341 lastattr = xmlHasNsProp(parent, cur->name, cur->ns->href);
6524 * xmlHasNsProp:
6540 xmlHasNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) {