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

Function __htmlParseContent

ThirdParty/libxml2/vtklibxml2/HTMLparser.c:4732–4736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4730 */
4731
4732void
4733__htmlParseContent(void *ctxt) {
4734 if (ctxt != NULL)
4735 htmlParseContentInternal((htmlParserCtxtPtr) ctxt);
4736}
4737
4738/**
4739 * htmlParseDocument:

Callers 1

xmlParseInNodeContextFunction · 0.85

Calls 1

htmlParseContentInternalFunction · 0.85

Tested by

no test coverage detected