Home
last modified time | relevance | path

Searched refs:xmlCopyAttribute (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dvalid.c2178 xmlCopyAttribute(void *payload, const xmlChar *name ATTRIBUTE_UNUSED) { in xmlCopyAttribute() function
2213 return((xmlAttributeTablePtr) xmlHashCopy(table, xmlCopyAttribute)); in xmlCopyAttributeTable()