Home
last modified time | relevance | path

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

/external/libxml2/
Dvalid.c2456 xmlCopyNotation(void *payload, const xmlChar *name ATTRIBUTE_UNUSED) { in xmlCopyNotation() function
2490 return((xmlNotationTablePtr) xmlHashCopy(table, xmlCopyNotation)); in xmlCopyNotationTable()