Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12903
xmlDocPtr
12904
xmlRecoverDoc(const xmlChar *cur) {
12905
return(xmlSAXParseDoc(NULL, cur, 1));
12906
}
12907
12908
/**
12909
* xmlParseFile:
Callers
nothing calls this directly
Calls
1
xmlSAXParseDoc
Function · 0.85
Tested by
no test coverage detected