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

Function xmlCopyNotationTable

ThirdParty/libxml2/vtklibxml2/valid.c:2201–2204  ·  view source on GitHub ↗

* xmlCopyNotationTable: * @table: A notation table * * Build a copy of a notation table. * * Returns the new xmlNotationTablePtr or NULL in case of error. */

Source from the content-addressed store, hash-verified

2199 * Returns the new xmlNotationTablePtr or NULL in case of error.
2200 */
2201xmlNotationTablePtr
2202xmlCopyNotationTable(xmlNotationTablePtr table) {
2203 return(xmlHashCopySafe(table, xmlCopyNotation, xmlFreeNotationTableEntry));
2204}
2205#endif /* LIBXML_TREE_ENABLED */
2206
2207#ifdef LIBXML_OUTPUT_ENABLED

Callers 1

xmlCopyDtdFunction · 0.85

Calls 1

xmlHashCopySafeFunction · 0.85

Tested by

no test coverage detected