Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12921
xmlDocPtr
12922
xmlParseFile(const char *filename) {
12923
return(xmlSAXParseFile(NULL, filename, 0));
12924
}
12925
12926
/**
12927
* xmlRecoverFile:
Callers
2
oldParseTest
Function · 0.85
LoadArgumentsFromXML
Method · 0.85
Calls
1
xmlSAXParseFile
Function · 0.85
Tested by
1
oldParseTest
Function · 0.68