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

Function xmlNewElementContent

ThirdParty/libxml2/vtklibxml2/valid.c:794–797  ·  view source on GitHub ↗

* xmlNewElementContent: * @name: the subelement name or NULL * @type: the type of element content decl * * Allocate an element content structure. * Deprecated in favor of xmlNewDocElementContent * * Returns NULL if not, otherwise the new element content structure */

Source from the content-addressed store, hash-verified

792 * Returns NULL if not, otherwise the new element content structure
793 */
794xmlElementContentPtr
795xmlNewElementContent(const xmlChar *name, xmlElementContentType type) {
796 return(xmlNewDocElementContent(NULL, name, type));
797}
798
799/**
800 * xmlCopyDocElementContent:

Callers

nothing calls this directly

Calls 1

xmlNewDocElementContentFunction · 0.85

Tested by

no test coverage detected