Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4980
htmlParserCtxtPtr
4981
htmlNewParserCtxt(void)
4982
{
4983
return(htmlNewSAXParserCtxt(NULL, NULL));
4984
}
4985
4986
/**
4987
* htmlNewSAXParserCtxt:
Callers
10
htmlCreateMemoryParserCtxtInternal
Function · 0.85
htmlCreateDocParserCtxt
Function · 0.85
htmlCreateFileParserCtxt
Function · 0.85
htmlReadDoc
Function · 0.85
htmlReadFile
Function · 0.85
htmlReadMemory
Function · 0.85
htmlReadFd
Function · 0.85
htmlReadIO
Function · 0.85
errParseTest
Function · 0.85
fdParseTest
Function · 0.85
Calls
1
htmlNewSAXParserCtxt
Function · 0.85
Tested by
2
errParseTest
Function · 0.68
fdParseTest
Function · 0.68