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

Function xmlFreeElementContent

ThirdParty/libxml2/vtklibxml2/valid.c:980–983  ·  view source on GitHub ↗

* xmlFreeElementContent: * @cur: the element content tree to free * * Free an element content structure. The whole subtree is removed. * Deprecated, use xmlFreeDocElementContent instead */

Source from the content-addressed store, hash-verified

978 * Deprecated, use xmlFreeDocElementContent instead
979 */
980void
981xmlFreeElementContent(xmlElementContentPtr cur) {
982 xmlFreeDocElementContent(NULL, cur);
983}
984
985#ifdef LIBXML_OUTPUT_ENABLED
986/**

Callers 1

xmlCopyDocElementContentFunction · 0.85

Calls 1

xmlFreeDocElementContentFunction · 0.85

Tested by

no test coverage detected