| 12882 | */ |
| 12883 | |
| 12884 | xmlDocPtr |
| 12885 | xmlSAXParseFile(xmlSAXHandlerPtr sax, const char *filename, |
| 12886 | int recovery) { |
| 12887 | return(xmlSAXParseFileWithData(sax,filename,recovery,NULL)); |
| 12888 | } |
| 12889 | |
| 12890 | /** |
| 12891 | * xmlRecoverDoc: |
no test coverage detected