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

Function htmlNewParserCtxt

ThirdParty/libxml2/vtklibxml2/HTMLparser.c:4980–4984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4978 */
4979
4980htmlParserCtxtPtr
4981htmlNewParserCtxt(void)
4982{
4983 return(htmlNewSAXParserCtxt(NULL, NULL));
4984}
4985
4986/**
4987 * htmlNewSAXParserCtxt:

Callers 10

htmlCreateDocParserCtxtFunction · 0.85
htmlCreateFileParserCtxtFunction · 0.85
htmlReadDocFunction · 0.85
htmlReadFileFunction · 0.85
htmlReadMemoryFunction · 0.85
htmlReadFdFunction · 0.85
htmlReadIOFunction · 0.85
errParseTestFunction · 0.85
fdParseTestFunction · 0.85

Calls 1

htmlNewSAXParserCtxtFunction · 0.85

Tested by 2

errParseTestFunction · 0.68
fdParseTestFunction · 0.68