Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlSAXParseDoc

13676     return(xmlSAXParseDoc(NULL, cur, 1));
14029 * xmlSAXParseDoc:
14043 xmlSAXParseDoc(xmlSAXHandlerPtr sax, const xmlChar *cur, int recovery) {
14085 return(xmlSAXParseDoc(NULL, cur, 0));