Home
last modified time | relevance | path

Searched refs:xmlDoc (Results 1 – 13 of 13) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
DDrawableResourceLoader.java71 Document xmlDoc = documents.get(resourceExtractor.getResourceName(resId)); in getXmlDrawable() local
72 NodeList nodes = xmlDoc.getElementsByTagName("selector"); in getXmlDrawable()
74 return buildStateListDrawable(xmlDoc); in getXmlDrawable()
77 nodes = xmlDoc.getElementsByTagName("layer-list"); in getXmlDrawable()
82 nodes = xmlDoc.getElementsByTagName("animation-list"); in getXmlDrawable()
/external/libxml2/include/libxml/
Dtree.h549 typedef struct _xmlDoc xmlDoc; typedef
550 typedef xmlDoc *xmlDocPtr;
762 xmlGetIntSubset (const xmlDoc *doc);
850 xmlNewDocText (const xmlDoc *doc,
881 xmlNewReference (const xmlDoc *doc,
920 xmlDocGetRootElement (const xmlDoc *doc);
997 xmlGetNsList (const xmlDoc *doc,
1043 xmlStringGetNodeList (const xmlDoc *doc,
1046 xmlStringLenGetNodeList (const xmlDoc *doc,
1055 xmlNodeListGetRawString (const xmlDoc *doc,
[all …]
Dentities.h106 xmlGetDocEntity (const xmlDoc *doc,
123 xmlEncodeSpecialChars (const xmlDoc *doc,
/external/libxml2/python/
Dlibxml.py333 return xmlDoc(_obj=self._o)
336 return xmlDoc(_obj=ret)
384 return xmlDoc(_obj=self._o)
387 return xmlDoc(_obj=ret)
581 return xmlDoc(_obj=o)
/external/libxml2/doc/
Dstructure.fig232 4 0 0 0 0 14 16 0.0000 4 150 900 2175 675 xmlDoc\001
/external/libxml2/doc/examples/
Dtree1.c53 xmlDoc *doc = NULL; in main()
/external/parameter-framework/upstream/test/functional-tests/
DHandle.cpp122 std::unique_ptr<xmlDoc, void (*)(xmlDoc *)> doc{ in canonicalizeXML()
/external/libxml2/
Dentities.c510 xmlGetDocEntity(const xmlDoc *doc, const xmlChar *name) { in xmlGetDocEntity()
791 xmlEncodeSpecialChars(const xmlDoc *doc ATTRIBUTE_UNUSED, const xmlChar *input) { in xmlEncodeSpecialChars()
Dtree.c925 xmlGetIntSubset(const xmlDoc *doc) { in xmlGetIntSubset()
1171 cur = (xmlDocPtr) xmlMalloc(sizeof(xmlDoc)); in xmlNewDoc()
1176 memset(cur, 0, sizeof(xmlDoc)); in xmlNewDoc()
1275 xmlStringLenGetNodeList(const xmlDoc *doc, const xmlChar *value, int len) { in xmlStringLenGetNodeList()
1485 xmlStringGetNodeList(const xmlDoc *doc, const xmlChar *value) { in xmlStringGetNodeList()
1766 xmlNodeListGetRawString(const xmlDoc *doc, const xmlNode *list, int inLine) in xmlNodeListGetRawString()
2597 xmlNewReference(const xmlDoc *doc, const xmlChar *name) { in xmlNewReference()
2615 cur->doc = (xmlDoc *)doc; in xmlNewReference()
2653 xmlNewDocText(const xmlDoc *doc, const xmlChar *content) { in xmlNewDocText()
2657 if (cur != NULL) cur->doc = (xmlDoc *)doc; in xmlNewDocText()
[all …]
Dtestapi.c9489 static xmlDoc * gen_const_xmlDoc_ptr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_const_xmlDoc_ptr()
9492 static void des_const_xmlDoc_ptr(int no ATTRIBUTE_UNUSED, const xmlDoc * val ATTRIBUTE_UNUSED, int … in des_const_xmlDoc_ptr()
9501 xmlDoc * doc; /* the document containing the string */ in test_xmlEncodeSpecialChars()
9512 ret_val = xmlEncodeSpecialChars((const xmlDoc *)doc, (const xmlChar *)input); in test_xmlEncodeSpecialChars()
9515 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlEncodeSpecialChars()
9540 xmlDoc * doc; /* the document referencing the entity */ in test_xmlGetDocEntity()
9551 ret_val = xmlGetDocEntity((const xmlDoc *)doc, (const xmlChar *)name); in test_xmlGetDocEntity()
9554 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlGetDocEntity()
20399 xmlDoc * doc; /* the document */ in test_xmlDocGetRootElement()
20406 ret_val = xmlDocGetRootElement((const xmlDoc *)doc); in test_xmlDocGetRootElement()
[all …]
DChangeLog2123 in xmlDoc. Daniel will surely not like this idea :-) But
6450 classes (e.g. xmlDoc and xmlNode) to prevent a segfault (as
11383 * SAX.c: ensured xmlDoc.URL is always canonic
19602 xmlDoc and xmlNode (for Corba export).
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle57 * 1) xmlNs gets an additional field @context (a xmlDoc)
58 * 2) when creating a tree, xmlNs->href is stored in the dict of xmlDoc.
422 d context like(xmlDocPtr) normally an xmlDoc
542 * xmlDoc:
546 d xmlDoc ds based(xmlDocPtr)
/external/libxml2/doc/html/
Dindex.sgml524 <ANCHOR id="xmlDoc" href="libxml/libxml-tree.html#xmlDoc">