Searched refs:dom_get_dom1_attribute (Results 1 – 1 of 1) sorted by relevance
229 static xmlNodePtr dom_get_dom1_attribute(xmlNodePtr elem, xmlChar *name) /* {{{ */ in dom_get_dom1_attribute() function292 attr = dom_get_dom1_attribute(nodep, (xmlChar *)name); in PHP_METHOD()397 attr = dom_get_dom1_attribute(nodep, (xmlChar *)name); in PHP_METHOD()557 attrp = dom_get_dom1_attribute(nodep, (xmlChar *)name); in PHP_METHOD()585 attrp = dom_get_dom1_attribute(nodep, (xmlChar *)name); in PHP_METHOD()1142 attr = dom_get_dom1_attribute(nodep, (xmlChar *)name); in PHP_METHOD()1569 xmlNodePtr attribute = dom_get_dom1_attribute(thisp, (xmlChar *) qname); in PHP_METHOD()
Completed in 10 milliseconds