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

Function xmlCopyElementTable

ThirdParty/libxml2/vtklibxml2/valid.c:1408–1411  ·  view source on GitHub ↗

* xmlCopyElementTable: * @table: An element table * * Build a copy of an element table. * * Returns the new xmlElementTablePtr or NULL in case of error. */

Source from the content-addressed store, hash-verified

1406 * Returns the new xmlElementTablePtr or NULL in case of error.
1407 */
1408xmlElementTablePtr
1409xmlCopyElementTable(xmlElementTablePtr table) {
1410 return(xmlHashCopySafe(table, xmlCopyElement, xmlFreeElementTableEntry));
1411}
1412#endif /* LIBXML_TREE_ENABLED */
1413
1414#ifdef LIBXML_OUTPUT_ENABLED

Callers 1

xmlCopyDtdFunction · 0.85

Calls 1

xmlHashCopySafeFunction · 0.85

Tested by

no test coverage detected