HomeSort by relevance Sort by last modified time
    Searched refs:xmlReadFile (Results 1 - 23 of 23) sorted by null

  /external/libxml2/doc/examples/
parse1.c 4 * purpose: Demonstrate the use of xmlReadFile() to read an XML file
26 doc = xmlReadFile(filename, NULL, 0);
tree1.c 67 doc = xmlReadFile(argv[1], NULL, 0);
  /external/parameter-framework/upstream/xmlserializer/
XmlDocSource.cpp 170 xmlDocPtr pSchemaDoc = xmlReadFile(schemaUri.c_str(), NULL, XML_PARSE_NONET);
238 doc = xmlReadFile(source.c_str(), NULL, 0);
  /external/libxml2/
testC14N.c 74 doc = xmlReadFile(xml_filename, NULL, XML_PARSE_DTDATTR | XML_PARSE_NOENT);
253 doc = xmlReadFile(filename, NULL, XML_PARSE_DTDATTR | XML_PARSE_NOENT);
runxmlconf.c 253 doc = xmlReadFile(filename, NULL, options);
277 doc = xmlReadFile(filename, NULL, options);
525 doc = xmlReadFile(confxml, NULL, XML_PARSE_NOENT);
testRelax.c 137 doc = xmlReadFile(argv[i],NULL,0);
testSchemas.c 128 doc = xmlReadFile(argv[i],NULL,0);
testThreads.c 67 myDoc = xmlReadFile(filename, NULL, XML_WITH_CATALOG);
testXPath.c 185 document = xmlReadFile(filename,NULL,XML_PARSE_COMPACT);
runsuite.c 637 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);
runtest.c     [all...]
schematron.c 1032 doc = xmlReadFile((const char *) URI, NULL, SCHEMATRON_PARSE_OPTIONS);
1093 doc = xmlReadFile((const char *) ctxt->URL, NULL,
    [all...]
libxml2.syms 1568 xmlReadFile;
    [all...]
debugXML.c     [all...]
xmllint.c     [all...]
elfgcchack.h     [all...]
relaxng.c     [all...]
parser.c     [all...]
testapi.c     [all...]
  /hardware/interfaces/audio/common/all-versions/test/utility/src/
ValidateXml.cpp 110 auto doc = make_xmlUnique(xmlReadFile(xmlFilePath, nullptr, 0));
  /frameworks/minikin/tests/util/
FontTestUtils.cpp 51 xmlDoc* doc = xmlReadFile(xmlPath.c_str(), NULL, 0);
  /external/libxml2/include/libxml/
parser.h     [all...]
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Xml.cpp 122 doc = xmlReadFile(xml_file, "UTF-8", XML_PARSE_NOBLANKS);
464 doc = xmlReadFile(xml_file, "UTF-8", XML_PARSE_NOBLANKS);
    [all...]

Completed in 853 milliseconds