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

Function xmlSAXParseFile

ThirdParty/libxml2/vtklibxml2/parser.c:12884–12888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12882 */
12883
12884xmlDocPtr
12885xmlSAXParseFile(xmlSAXHandlerPtr sax, const char *filename,
12886 int recovery) {
12887 return(xmlSAXParseFileWithData(sax,filename,recovery,NULL));
12888}
12889
12890/**
12891 * xmlRecoverDoc:

Callers 2

xmlParseFileFunction · 0.85
xmlRecoverFileFunction · 0.85

Calls 1

xmlSAXParseFileWithDataFunction · 0.85

Tested by

no test coverage detected