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

Function xmlParseDTD

ThirdParty/libxml2/vtklibxml2/parser.c:12023–12026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12021 */
12022
12023xmlDtdPtr
12024xmlParseDTD(const xmlChar *ExternalID, const xmlChar *SystemID) {
12025 return(xmlSAXParseDTD(NULL, ExternalID, SystemID));
12026}
12027#endif /* LIBXML_VALID_ENABLED */
12028
12029/************************************************************************

Callers 3

parseAndPrintFileFunction · 0.85
xmlValidateDocumentFunction · 0.85
xmlShellValidateFunction · 0.85

Calls 1

xmlSAXParseDTDFunction · 0.85

Tested by

no test coverage detected