Searched refs:xmlReadFile (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.9.5/libxml2-26/libxml2/doc/examples/
H A Dparse1.c4 * purpose: Demonstrate the use of xmlReadFile() to read an XML file
26 doc = xmlReadFile(filename, NULL, 0);
H A Dtree1.c67 doc = xmlReadFile(argv[1], NULL, 0);
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/apps/
H A Dxslt.tcl72 [xmlReadFile $xmlFile] ]
78 [xmlReadFile $xsltFile] ]
/macosx-10.9.5/libxml2-26/libxml2/
H A DtestC14N.c74 doc = xmlReadFile(xml_filename, NULL, XML_PARSE_DTDATTR | XML_PARSE_NOENT);
253 doc = xmlReadFile(filename, NULL, XML_PARSE_DTDATTR | XML_PARSE_NOENT);
H A Drunxmlconf.c253 doc = xmlReadFile(filename, NULL, options);
277 doc = xmlReadFile(filename, NULL, options);
525 doc = xmlReadFile(confxml, NULL, XML_PARSE_NOENT);
H A DtestRelax.c137 doc = xmlReadFile(argv[i],NULL,0);
H A DtestSchemas.c128 doc = xmlReadFile(argv[i],NULL,0);
H A DtestXPath.c185 document = xmlReadFile(filename,NULL,XML_PARSE_COMPACT);
H A Drunsuite.c637 doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT);
700 doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT);
738 doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT);
819 doc = xmlReadFile((const char *) path, NULL, XML_PARSE_NOENT);
1003 doc = xmlReadFile(metadata, NULL, XML_PARSE_NOENT);
H A Druntest.c1749 doc = xmlReadFile(filename, NULL, 0);
1770 doc = xmlReadFile(temp, NULL, 0);
1957 doc = xmlReadFile(filename, NULL, options);
1974 doc = xmlReadFile(filename, NULL, options);
1996 * Parse a file using the xmlReadFile API and check for errors.
2015 doc = xmlReadFile(filename, NULL, options);
2021 doc = xmlReadFile(filename, NULL, options);
2214 doc = xmlReadFile(filename, NULL, options);
2413 xpathDocument = xmlReadFile(filename, NULL,
2461 xpathDocument = xmlReadFile(filenam
[all...]
H A Dschematron.c1030 doc = xmlReadFile((const char *) URI, NULL, SCHEMATRON_PARSE_OPTIONS);
1091 doc = xmlReadFile((const char *) ctxt->URL, NULL,
1760 instance = xmlReadFile("tst.sct", NULL,
H A Dlibxml2.syms1568 xmlReadFile;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DtestC14N.c70 doc = xmlReadFile(xml_filename, NULL, XML_PARSE_DTDATTR | XML_PARSE_NOENT);
247 doc = xmlReadFile(filename, NULL, XML_PARSE_DTDATTR | XML_PARSE_NOENT);
H A Drunxmlconf.c263 doc = xmlReadFile(filename, NULL, options);
287 doc = xmlReadFile(filename, NULL, options);
535 doc = xmlReadFile(confxml, NULL, XML_PARSE_NOENT);
H A DtestRelax.c137 doc = xmlReadFile(argv[i],NULL,0);
H A DtestSchemas.c128 doc = xmlReadFile(argv[i],NULL,0);
H A DtestXPath.c183 document = xmlReadFile(filename,NULL,XML_PARSE_COMPACT);
H A Drunsuite.c649 doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT);
712 doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT);
750 doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT);
831 doc = xmlReadFile((const char *) path, NULL, XML_PARSE_NOENT);
1015 doc = xmlReadFile(metadata, NULL, XML_PARSE_NOENT);
H A Druntest.c1753 doc = xmlReadFile(filename, NULL, 0);
1774 doc = xmlReadFile(temp, NULL, 0);
1961 doc = xmlReadFile(filename, NULL, options);
1978 doc = xmlReadFile(filename, NULL, options);
2000 * Parse a file using the xmlReadFile API and check for errors.
2019 doc = xmlReadFile(filename, NULL, options);
2025 doc = xmlReadFile(filename, NULL, options);
2218 doc = xmlReadFile(filename, NULL, options);
2417 xpathDocument = xmlReadFile(filename, NULL,
2465 xpathDocument = xmlReadFile(filenam
[all...]
H A Dschematron.c1030 doc = xmlReadFile((const char *) URI, NULL, SCHEMATRON_PARSE_OPTIONS);
1091 doc = xmlReadFile((const char *) ctxt->URL, NULL,
1760 instance = xmlReadFile("tst.sct", NULL,
H A Dlibxml2.syms1568 xmlReadFile;
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/lib/
H A Dtdom.tcl58 namespace export xmlOpenFile xmlReadFile extRefHandler baseURL
841 # xmlReadFile
844 proc tDOM::xmlReadFile {filename {encodingString {}}} {
887 return [list string $absolutURI [xmlReadFile $uriData(path)]]
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A Dparser.h1134 xmlReadFile (const char *URL,
/macosx-10.9.5/libxslt-13/libxslt/xsltproc/
H A Dxsltproc.c396 doc = xmlReadFile(filename, encoding, options);
819 style = xmlReadFile((const char *) argv[i], NULL, options);
880 doc = xmlReadFile(argv[i], encoding, options);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dparser.h1129 xmlReadFile (const char *URL,

Completed in 393 milliseconds

12