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

Function xmlParserPrintFileContext

ThirdParty/libxml2/vtklibxml2/error.c:396–400  ·  view source on GitHub ↗

* xmlParserPrintFileContext: * @input: an xmlParserInputPtr input * * DEPRECATED: Use xmlFormatError. * * Displays current context within the input content for error tracking */

Source from the content-addressed store, hash-verified

394 * Displays current context within the input content for error tracking
395 */
396void
397xmlParserPrintFileContext(xmlParserInputPtr input) {
398 xmlParserPrintFileContextInternal(input, xmlGenericError,
399 xmlGenericErrorContext);
400}
401
402/**
403 * xmlFormatError:

Callers 1

xmlVFormatLegacyErrorFunction · 0.85

Calls 1

Tested by

no test coverage detected