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

Function xmlSchemaValidateSetLocator

ThirdParty/libxml2/vtklibxml2/xmlschemas.c:28639–28647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28637 */
28638
28639void
28640xmlSchemaValidateSetLocator(xmlSchemaValidCtxtPtr vctxt,
28641 xmlSchemaValidityLocatorFunc f,
28642 void *ctxt)
28643{
28644 if (vctxt == NULL) return;
28645 vctxt->locFunc = f;
28646 vctxt->locCtxt = ctxt;
28647}
28648
28649/**
28650 * xmlSchemaValidateStreamLocator:

Calls

no outgoing calls

Tested by

no test coverage detected