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

Function xmlSetExternalEntityLoader

ThirdParty/libxml2/vtklibxml2/parserInternals.c:2205–2208  ·  view source on GitHub ↗

* xmlSetExternalEntityLoader: * @f: the new entity resolver function * * Changes the defaultexternal entity resolver function for the application */

Source from the content-addressed store, hash-verified

2203 * Changes the defaultexternal entity resolver function for the application
2204 */
2205void
2206xmlSetExternalEntityLoader(xmlExternalEntityLoader f) {
2207 xmlCurrentExternalEntityLoader = f;
2208}
2209
2210/**
2211 * xmlGetExternalEntityLoader:

Callers 4

xmllint.cFile · 0.85
initializeLibxml2Function · 0.85
initializeLibxml2Function · 0.85
initializeLibxml2Function · 0.85

Calls

no outgoing calls

Tested by 1

initializeLibxml2Function · 0.68