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

Function xmlParseFile

ThirdParty/libxml2/vtklibxml2/parser.c:12921–12924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12919 */
12920
12921xmlDocPtr
12922xmlParseFile(const char *filename) {
12923 return(xmlSAXParseFile(NULL, filename, 0));
12924}
12925
12926/**
12927 * xmlRecoverFile:

Callers 2

oldParseTestFunction · 0.85
LoadArgumentsFromXMLMethod · 0.85

Calls 1

xmlSAXParseFileFunction · 0.85

Tested by 1

oldParseTestFunction · 0.68