Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5884
htmlDocPtr
5885
htmlParseDoc(const xmlChar *cur, const char *encoding) {
5886
return(htmlSAXParseDoc(cur, encoding, NULL, NULL));
5887
}
5888
5889
5890
/**
Callers
nothing calls this directly
Calls
1
htmlSAXParseDoc
Function · 0.85
Tested by
no test coverage detected