MCPcopy 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
5987htmlDocPtr
5988htmlParseFile(const char *filename, const char *encoding) {
5989 return(htmlSAXParseFile(filename, encoding, NULL, NULL));
5990}
5991
5992/**
5993 * htmlHandleOmittedElem:

Callers 1

xmlShellLoadFunction · 0.85

Calls 1

htmlSAXParseFileFunction · 0.85

Tested by

no test coverage detected