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

Function htmlParseDoc

ThirdParty/libxml2/vtklibxml2/HTMLparser.c:5884–5887  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5882 */
5883
5884htmlDocPtr
5885htmlParseDoc(const xmlChar *cur, const char *encoding) {
5886 return(htmlSAXParseDoc(cur, encoding, NULL, NULL));
5887}
5888
5889
5890/**

Callers

nothing calls this directly

Calls 1

htmlSAXParseDocFunction · 0.85

Tested by

no test coverage detected