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

Function entityDecl

ThirdParty/libxml2/vtklibxml2/legacy.c:985–992  ·  view source on GitHub ↗

* entityDecl: * @ctx: the user data (XML parser context) * @name: the entity name * @type: the entity type * @publicId: The public ID of the entity * @systemId: The system ID of the entity * @content: the entity value (without processing). * * An entity definition has been parsed * DEPRECATED: use xmlSAX2EntityDecl() */

Source from the content-addressed store, hash-verified

983 * DEPRECATED: use xmlSAX2EntityDecl()
984 */
985void
986entityDecl(void *ctx, const xmlChar * name, int type,
987 const xmlChar * publicId, const xmlChar * systemId,
988 xmlChar * content)
989{
990 DEPRECATED("entityDecl")
991 xmlSAX2EntityDecl(ctx, name, type, publicId, systemId, content);
992}
993
994/**
995 * attributeDecl:

Callers

nothing calls this directly

Calls 1

xmlSAX2EntityDeclFunction · 0.85

Tested by

no test coverage detected