Home
last modified time | relevance | path

Searched refs:xmlReadFile (Results 1 – 25 of 25) 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/
DtestC14N.c77 doc = xmlReadFile(xml_filename, NULL, XML_PARSE_DTDATTR | XML_PARSE_NOENT); in test_c14n()
256 doc = xmlReadFile(filename, NULL, XML_PARSE_DTDATTR | XML_PARSE_NOENT); in load_xpath_expr()
Druntest.c1818 doc = xmlReadFile(filename, NULL, 0); in oldParseTest()
1839 doc = xmlReadFile(temp, NULL, 0); in oldParseTest()
2031 doc = xmlReadFile(filename, NULL, options); in noentParseTest()
2048 doc = xmlReadFile(filename, NULL, options); in noentParseTest()
2089 doc = xmlReadFile(filename, NULL, options); in errParseTest()
2095 doc = xmlReadFile(filename, NULL, options); in errParseTest()
2358 doc = xmlReadFile(filename, NULL, options); in walkerParseTest()
2569 xpathDocument = xmlReadFile(filename, NULL, in xpathDocTest()
2621 xpathDocument = xmlReadFile(filename, NULL, in xptrDocTest()
2672 xpathDocument = xmlReadFile(filename, NULL, in xmlidDocTest()
[all …]
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.c629 doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT); in xsdTest()
692 doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT); in rngTest1()
730 doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT); in rngTest2()
811 doc = xmlReadFile((const char *) path, NULL, XML_PARSE_NOENT); in xstcTestInstance()
988 doc = xmlReadFile(metadata, NULL, XML_PARSE_NOENT); in xstcMetadata()
DtestSchemas.c124 doc = xmlReadFile(argv[i],NULL,0); in main()
DtestRelax.c133 doc = xmlReadFile(argv[i],NULL,0); in main()
DtestXPath.c185 document = xmlReadFile(filename,NULL,XML_PARSE_COMPACT); in main()
DtestThreads.c77 myDoc = xmlReadFile(filename, NULL, XML_WITH_CATALOG); in thread_specific_data()
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;
DdebugXML.c2470 doc = xmlReadFile(filename,NULL,0); in xmlShellLoad()
Dxmllint.c2426 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()
7523 doc = xmlReadFile((const char *) ctxt->URL,NULL,0); in xmlRelaxNGParse()
Dparser.c15241 xmlReadFile(const char *filename, const char *encoding, int options) in xmlReadFile() function
Dtestapi.c14461 ret_val = xmlReadFile(filename, (const char *)encoding, options); in test_xmlReadFile()
/external/dynamic_depth/internal/dynamic_depth/
Ddevice.cc121 xmlDocPtr xmlDoc = xmlReadFile(filename.c_str(), nullptr, 0); in FromXmlFile()
/external/libxml2/fuzz/
DgenSeed.c115 doc = xmlReadFile(docFile, NULL, opts); in processXml()
/external/libiio/src/
Dxml.c429 doc = xmlReadFile(xml_file, NULL, XML_PARSE_DTDVALID); in xml_create_context()
/external/libxml2/include/libxml/
Dparser.h1139 xmlReadFile (const char *URL,
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle1292 d xmlReadFile pr extproc('xmlReadFile')
/external/libxml2/win32/
Dlibxml2.def.src1421 xmlReadFile
/external/libabigail/src/
Dabg-reader.cc6158 xmlDocPtr doc = xmlReadFile(file_path.c_str(), NULL, XML_PARSE_NOERROR); in load_canonical_type_ids()