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

Function xmlCopyElementContent

ThirdParty/libxml2/vtklibxml2/valid.c:902–905  ·  view source on GitHub ↗

* xmlCopyElementContent: * @cur: An element content pointer. * * Build a copy of an element content description. * Deprecated, use xmlCopyDocElementContent instead * * Returns the new xmlElementContentPtr or NULL in case of error. */

Source from the content-addressed store, hash-verified

900 * Returns the new xmlElementContentPtr or NULL in case of error.
901 */
902xmlElementContentPtr
903xmlCopyElementContent(xmlElementContentPtr cur) {
904 return(xmlCopyDocElementContent(NULL, cur));
905}
906
907/**
908 * xmlFreeDocElementContent:

Callers 1

xmlCopyElementFunction · 0.85

Calls 1

xmlCopyDocElementContentFunction · 0.85

Tested by

no test coverage detected