Home
last modified time | relevance | path

Searched refs:xmlReadFile (Results 1 – 24 of 24) sorted by relevance

/external/parameter-framework/upstream/xmlserializer/
DXmlDocSource.cpp170 xmlDocPtr pSchemaDoc = xmlReadFile(schemaUri.c_str(), nullptr, XML_PARSE_NONET); in isInstanceDocumentValid()
238 doc = xmlReadFile(source.c_str(), nullptr, 0); in mkXmlDoc()
/external/libxml2/doc/examples/
Dparse1.c26 doc = xmlReadFile(filename, NULL, 0); in example1Func()
Dtree1.c67 doc = xmlReadFile(argv[1], NULL, 0); in main()
/external/libxml2/
Druntest.c1815 doc = xmlReadFile(filename, NULL, 0); in oldParseTest()
1836 doc = xmlReadFile(temp, NULL, 0); in oldParseTest()
2028 doc = xmlReadFile(filename, NULL, options); in noentParseTest()
2045 doc = xmlReadFile(filename, NULL, options); in noentParseTest()
2086 doc = xmlReadFile(filename, NULL, options); in errParseTest()
2092 doc = xmlReadFile(filename, NULL, options); in errParseTest()
2286 doc = xmlReadFile(filename, NULL, options); in walkerParseTest()
2497 xpathDocument = xmlReadFile(filename, NULL, in xpathDocTest()
2545 xpathDocument = xmlReadFile(filename, NULL, in xptrDocTest()
2591 xpathDocument = xmlReadFile(filename, NULL, in xmlidDocTest()
[all …]
DtestC14N.c74 doc = xmlReadFile(xml_filename, NULL, XML_PARSE_DTDATTR | XML_PARSE_NOENT); in test_c14n()
253 doc = xmlReadFile(filename, NULL, XML_PARSE_DTDATTR | XML_PARSE_NOENT); in load_xpath_expr()
Drunxmlconf.c253 doc = xmlReadFile(filename, NULL, options); in xmlconfTestNotNSWF()
277 doc = xmlReadFile(filename, NULL, options); in xmlconfTestNotWF()
525 doc = xmlReadFile(confxml, NULL, XML_PARSE_NOENT); in xmlconfTest()
Drunsuite.c637 doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT); in xsdTest()
700 doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT); in rngTest1()
738 doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT); in rngTest2()
819 doc = xmlReadFile((const char *) path, NULL, XML_PARSE_NOENT); in xstcTestInstance()
1003 doc = xmlReadFile(metadata, NULL, XML_PARSE_NOENT); in xstcMetadata()
DtestSchemas.c128 doc = xmlReadFile(argv[i],NULL,0); in main()
DtestRelax.c137 doc = xmlReadFile(argv[i],NULL,0); in main()
DtestThreads.c67 myDoc = xmlReadFile(filename, NULL, XML_WITH_CATALOG); in thread_specific_data()
DtestXPath.c185 document = xmlReadFile(filename,NULL,XML_PARSE_COMPACT); in main()
Dschematron.c1032 doc = xmlReadFile((const char *) URI, NULL, SCHEMATRON_PARSE_OPTIONS);
1093 doc = xmlReadFile((const char *) ctxt->URL, NULL, in xmlSchematronParse()
1762 instance = xmlReadFile("tst.sct", NULL, in main()
Dlibxml2.syms1568 xmlReadFile;
Delfgcchack.h8039 #undef xmlReadFile
8040 extern __typeof (xmlReadFile) xmlReadFile __attribute((alias("xmlReadFile__internal_alias")));
8042 #ifndef xmlReadFile
8043 extern __typeof (xmlReadFile) xmlReadFile__internal_alias __attribute((visibility("hidden")));
8044 #define xmlReadFile xmlReadFile__internal_alias macro
DdebugXML.c2476 doc = xmlReadFile(filename,NULL,0); in xmlShellLoad()
Dxmllint.c2391 doc = xmlReadFile(filename, NULL, options); in parseAndPrintFile()
Drelaxng.c1627 doc = xmlReadFile((const char *) URL,NULL,0); in xmlRelaxNGLoadInclude()
1970 doc = xmlReadFile((const char *) URL,NULL,0); in xmlRelaxNGLoadExternalRef()
7514 doc = xmlReadFile((const char *) ctxt->URL,NULL,0); in xmlRelaxNGParse()
Dparser.c15250 xmlReadFile(const char *filename, const char *encoding, int options) in xmlReadFile() function
Dtestapi.c14612 ret_val = xmlReadFile(filename, (const char *)encoding, options); in test_xmlReadFile()
DChangeLog9472 API for parsing xmlReadDoc() xmlReadFile() ... xmlReadIO()
/external/dynamic_depth/internal/dynamic_depth/
Ddevice.cc121 xmlDocPtr xmlDoc = xmlReadFile(filename.c_str(), nullptr, 0); in FromXmlFile()
/external/libxml2/include/libxml/
Dparser.h1134 xmlReadFile (const char *URL,
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle1292 d xmlReadFile pr extproc('xmlReadFile')
/external/libxml2/win32/
Dlibxml2.def.src1419 xmlReadFile