Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ xmlNewParserCtxt
Function
xmlNewParserCtxt
ThirdParty/libxml2/vtklibxml2/parserInternals.c:2556–2560 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2554
*/
2555
2556
xmlParserCtxtPtr
2557
xmlNewParserCtxt(void)
2558
{
2559
return(xmlNewSAXParserCtxt(NULL, NULL));
2560
}
2561
2562
/**
2563
* xmlNewSAXParserCtxt:
Callers
15
xmlParseCatalogFile
Function · 0.85
parseFile
Function · 0.85
xmllint.c
File · 0.85
xmlconfTestInvalid
Function · 0.85
xmlconfTestValid
Function · 0.85
xmlconfTestNotNSWF
Function · 0.85
xmlconfTestNotWF
Function · 0.85
xmlSchemaAddSchemaDoc
Function · 0.85
xmlSchemaValidateStream
Function · 0.85
xmlCreateEntityParserCtxt
Function · 0.85
xmlCreateURLParserCtxt
Function · 0.85
xmlCreateMemoryParserCtxt
Function · 0.85
Calls
1
xmlNewSAXParserCtxt
Function · 0.85
Tested by
3
errParseTest
Function · 0.68
fdParseTest
Function · 0.68
xmlidDocTest
Function · 0.68