| /external/libxml2/doc/examples/ |
| reader1.c | 4 * purpose: Demonstrate the use of xmlReaderForFile() to parse an XML file 62 reader = xmlReaderForFile(filename, NULL, 0);
|
| reader2.c | 4 * purpose: Demonstrate the use of xmlReaderForFile() to parse an XML file 68 reader = xmlReaderForFile(filename, NULL,
|
| reader3.c | 38 reader = xmlReaderForFile(filename, NULL, 0);
|
| reader4.c | 4 * purpose: Demonstrate the use of xmlReaderForFile() and 72 readerPtr = xmlReaderForFile(argv[1], NULL, 0);
|
| /external/libxml2/include/libxml/ |
| xmlreader.h | 329 xmlReaderForFile (const char *filename,
|
| /external/libxml2/ |
| testrecurse.c | 765 reader = xmlReaderForFile("huge:test" , NULL,
|
| libxml2.syms | [all...] |
| testlimits.c | [all...] |
| runtest.c | [all...] |
| xmllint.c | [all...] |
| elfgcchack.h | [all...] |
| xmlreader.c | [all...] |
| testapi.c | [all...] |