Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlGetPropNodeInternal

6325 xmlGetPropNodeInternal(xmlNodePtr node, const xmlChar *name,
6542 return(xmlGetPropNodeInternal(node, name, nameSpace, xmlCheckDTD));
6590 prop = xmlGetPropNodeInternal(node, name, NULL, xmlCheckDTD);
6615 prop = xmlGetPropNodeInternal(node, name, nameSpace, xmlCheckDTD);
6635 prop = xmlGetPropNodeInternal(node, name, NULL, 0);
6656 prop = xmlGetPropNodeInternal(node, name, (ns != NULL) ? ns->href : NULL, 0);
6724 prop = xmlGetPropNodeInternal(node, name, (ns != NULL) ? ns->href : NULL, 0);