/external/libxml2/doc/examples/ |
parse3.c | 4 * purpose: Demonstrate the use of xmlReadMemory() to read an XML file 33 doc = xmlReadMemory(content, length, "noname.xml", NULL, 0);
|
io1.c | 124 doc = xmlReadMemory(include, strlen(include), "include.xml", NULL, 0);
|
/external/parameter-framework/upstream/xmlserializer/ |
XmlDocSource.cpp | 240 doc = xmlReadMemory(source.c_str(), (int)source.size(), "", NULL, 0);
|
/packages/services/Car/tests/vehiclenetworkservice_unit_tests/ |
VehiclePropertyAccessControlTest.cpp | 178 doc = xmlReadMemory(xmlData.c_str(), xmlData.length(), NULL, NULL, 0);
|
/external/libxml2/ |
testchar.c | 37 res = xmlReadMemory(document, len, "test", NULL, 0); 79 res = xmlReadMemory(document, len, "test", NULL, 0);
|
runsuite.c | 503 doc = xmlReadMemory((const char *)buf->content, buf->use, 560 doc = xmlReadMemory((const char *)buf->content, buf->use,
|
libxml2.syms | 1570 xmlReadMemory; [all...] |
schematron.c | 1104 doc = xmlReadMemory(ctxt->buffer, ctxt->size, NULL, NULL, [all...] |
xmllint.c | [all...] |
elfgcchack.h | [all...] |
testapi.c | 56 api_doc = xmlReadMemory("<!DOCTYPE root [<!ELEMENT root EMPTY>]><root xmlns:h='http://example.com/' h:foo='bar'/>", 88, "root_test", NULL, 0); 496 if (no == 1) return(xmlReadMemory("<foo/>", 6, "test", NULL, 0)); 497 if (no == 2) return(xmlReadMemory("<!DOCTYPE foo []> <foo/>", 24, "test", NULL, 0)); [all...] |
parser.c | [all...] |
relaxng.c | [all...] |
/external/parameter-framework/upstream/test/functional-tests/ |
Handle.cpp | 123 xmlReadMemory(xml.c_str(), (int)xml.length(), "structure.xml", nullptr,
|
/external/libxml2/include/libxml/ |
parser.h | [all...] |