MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlCopyAttributeTable

Function xmlCopyAttributeTable

ThirdParty/libxml2/vtklibxml2/valid.c:1956–1960  ·  view source on GitHub ↗

* xmlCopyAttributeTable: * @table: An attribute table * * Build a copy of an attribute table. * * Returns the new xmlAttributeTablePtr or NULL in case of error. */

Source from the content-addressed store, hash-verified

1954 * Returns the new xmlAttributeTablePtr or NULL in case of error.
1955 */
1956xmlAttributeTablePtr
1957xmlCopyAttributeTable(xmlAttributeTablePtr table) {
1958 return(xmlHashCopySafe(table, xmlCopyAttribute,
1959 xmlFreeAttributeTableEntry));
1960}
1961#endif /* LIBXML_TREE_ENABLED */
1962
1963#ifdef LIBXML_OUTPUT_ENABLED

Callers 1

xmlCopyDtdFunction · 0.85

Calls 1

xmlHashCopySafeFunction · 0.85

Tested by

no test coverage detected