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

Function elementDecl

ThirdParty/libxml2/vtklibxml2/legacy.c:1027–1033  ·  view source on GitHub ↗

* elementDecl: * @ctx: the user data (XML parser context) * @name: the element name * @type: the element type * @content: the element value tree * * An element definition has been parsed * DEPRECATED: use xmlSAX2ElementDecl() */

Source from the content-addressed store, hash-verified

1025 * DEPRECATED: use xmlSAX2ElementDecl()
1026 */
1027void
1028elementDecl(void *ctx, const xmlChar * name, int type,
1029 xmlElementContentPtr content)
1030{
1031 DEPRECATED("elementDecl")
1032 xmlSAX2ElementDecl(ctx, name, type, content);
1033}
1034
1035/**
1036 * notationDecl:

Callers

nothing calls this directly

Calls 1

xmlSAX2ElementDeclFunction · 0.85

Tested by

no test coverage detected