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

Function xmlRecoverDoc

ThirdParty/libxml2/vtklibxml2/parser.c:12903–12906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12901 */
12902
12903xmlDocPtr
12904xmlRecoverDoc(const xmlChar *cur) {
12905 return(xmlSAXParseDoc(NULL, cur, 1));
12906}
12907
12908/**
12909 * xmlParseFile:

Callers

nothing calls this directly

Calls 1

xmlSAXParseDocFunction · 0.85

Tested by

no test coverage detected