Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlReadFile

1798     doc = xmlReadFile(filename, NULL, 0);
1819 doc = xmlReadFile(temp, NULL, 0);
2006 doc = xmlReadFile(filename, NULL, options);
2023 doc = xmlReadFile(filename, NULL, options);
2045 * Parse a file using the xmlReadFile API and check for errors.
2064 doc = xmlReadFile(filename, NULL, options);
2070 doc = xmlReadFile(filename, NULL, options);
2263 doc = xmlReadFile(filename, NULL, options);
2474 xpathDocument = xmlReadFile(filename, NULL,
2522 xpathDocument = xmlReadFile(filename, NULL,
2568 xpathDocument = xmlReadFile(filename, NULL,
2897 doc = xmlReadFile(URL, NULL, 0);
2971 doc = xmlReadFile(filename, NULL, options);
3146 doc = xmlReadFile(filename, NULL, options);
3533 doc = xmlReadFile(xml, NULL, options);
3626 doc = xmlReadFile(filename, NULL, XML_PARSE_DTDATTR | XML_PARSE_NOENT);
3777 doc = xmlReadFile(xml_filename, NULL, XML_PARSE_DTDATTR | XML_PARSE_NOENT);