Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlSAXParseDoc

14332     return(xmlSAXParseDoc(NULL, cur, 1));
14683 * xmlSAXParseDoc:
14697 xmlSAXParseDoc(xmlSAXHandlerPtr sax, const xmlChar *cur, int recovery) {
14739 return(xmlSAXParseDoc(NULL, cur, 0));