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

Function externalSubset

ThirdParty/libxml2/vtklibxml2/legacy.c:907–913  ·  view source on GitHub ↗

* externalSubset: * @ctx: the user data (XML parser context) * @name: the root element name * @ExternalID: the external ID * @SystemID: the SYSTEM ID (e.g. filename or URL) * * Callback on external subset declaration. * DEPRECATED: use xmlSAX2ExternalSubset() */

Source from the content-addressed store, hash-verified

905 * DEPRECATED: use xmlSAX2ExternalSubset()
906 */
907void
908externalSubset(void *ctx, const xmlChar * name,
909 const xmlChar * ExternalID, const xmlChar * SystemID)
910{
911 DEPRECATED("externalSubset")
912 xmlSAX2ExternalSubset(ctx, name, ExternalID, SystemID);
913}
914
915/**
916 * resolveEntity:

Callers

nothing calls this directly

Calls 1

xmlSAX2ExternalSubsetFunction · 0.85

Tested by

no test coverage detected