MCPcopy 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
2556xmlParserCtxtPtr
2557xmlNewParserCtxt(void)
2558{
2559 return(xmlNewSAXParserCtxt(NULL, NULL));
2560}
2561
2562/**
2563 * xmlNewSAXParserCtxt:

Callers 15

xmlParseCatalogFileFunction · 0.85
parseFileFunction · 0.85
xmllint.cFile · 0.85
xmlconfTestInvalidFunction · 0.85
xmlconfTestValidFunction · 0.85
xmlconfTestNotNSWFFunction · 0.85
xmlconfTestNotWFFunction · 0.85
xmlSchemaAddSchemaDocFunction · 0.85
xmlSchemaValidateStreamFunction · 0.85
xmlCreateURLParserCtxtFunction · 0.85

Calls 1

xmlNewSAXParserCtxtFunction · 0.85

Tested by 3

errParseTestFunction · 0.68
fdParseTestFunction · 0.68
xmlidDocTestFunction · 0.68