Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ htmlParseFile
Function
htmlParseFile
ThirdParty/libxml2/vtklibxml2/HTMLparser.c:5987–5990 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5985
*/
5986
5987
htmlDocPtr
5988
htmlParseFile(const char *filename, const char *encoding) {
5989
return(htmlSAXParseFile(filename, encoding, NULL, NULL));
5990
}
5991
5992
/**
5993
* htmlHandleOmittedElem:
Callers
1
xmlShellLoad
Function · 0.85
Calls
1
htmlSAXParseFile
Function · 0.85
Tested by
no test coverage detected