Searched refs:xmlCopyAttribute (Results 1 – 1 of 1) sorted by relevance
2178 xmlCopyAttribute(void *payload, const xmlChar *name ATTRIBUTE_UNUSED) { in xmlCopyAttribute() function2213 return((xmlAttributeTablePtr) xmlHashCopy(table, xmlCopyAttribute)); in xmlCopyAttributeTable()