/external/libxml2/ |
D | runxmlconf.c | 308 id = xmlGetProp(cur, BAD_CAST "ID"); in xmlconfTestItem() 321 type = xmlGetProp(cur, BAD_CAST "TYPE"); in xmlconfTestItem() 326 uri = xmlGetProp(cur, BAD_CAST "URI"); in xmlconfTestItem() 339 version = xmlGetProp(cur, BAD_CAST "VERSION"); in xmlconfTestItem() 341 entities = xmlGetProp(cur, BAD_CAST "ENTITIES"); in xmlconfTestItem() 346 rec = xmlGetProp(cur, BAD_CAST "RECOMMENDATION"); in xmlconfTestItem() 370 edition = xmlGetProp(cur, BAD_CAST "EDITION"); in xmlconfTestItem() 448 profile = xmlGetProp(cur, BAD_CAST "PROFILE"); in xmlconfTestCases() 484 profile = xmlGetProp(cur, BAD_CAST "PROFILE"); in xmlconfTestSuite()
|
D | relaxng.c | 1543 name2 = xmlGetProp(tmp, BAD_CAST "name"); in xmlRelaxNGRemoveRedefine() 1563 href = xmlGetProp(tmp, BAD_CAST "href"); in xmlRelaxNGRemoveRedefine() 1723 name = xmlGetProp(cur, BAD_CAST "name"); in xmlRelaxNGLoadInclude() 3479 ret = xmlGetProp(node, BAD_CAST "datatypeLibrary"); in xmlRelaxNGGetDataTypeLibrary() 3495 ret = xmlGetProp(node, BAD_CAST "datatypeLibrary"); in xmlRelaxNGGetDataTypeLibrary() 3536 type = xmlGetProp(node, BAD_CAST "type"); in xmlRelaxNGParseValue() 3625 type = xmlGetProp(node, BAD_CAST "type"); in xmlRelaxNGParseData() 3701 param->name = xmlGetProp(content, BAD_CAST "name"); in xmlRelaxNGParseData() 4603 name = xmlGetProp(node, BAD_CAST "name"); in xmlRelaxNGParseDefine() 4763 ns = xmlGetProp(root, BAD_CAST "ns"); in xmlRelaxNGProcessExternalRef() [all …]
|
D | runsuite.c | 486 dtd = xmlGetProp(tmp, BAD_CAST "dtd"); in xsdTestCase() 1014 contributor = xmlGetProp(cur, BAD_CAST "contributor"); in xstcMetadata() 1018 name = xmlGetProp(cur, BAD_CAST "name"); in xstcMetadata()
|
D | error.c | 576 to->file = (char *) xmlGetProp(prev, BAD_CAST "href"); in __xmlRaiseError() 579 to->file = (char *) xmlGetProp(prev, BAD_CAST "href"); in __xmlRaiseError()
|
D | catalog.c | 1160 nameValue = xmlGetProp(cur, attrName); in xmlParseXMLCatalogOneNode() 1167 uriValue = xmlGetProp(cur, uriAttrName); in xmlParseXMLCatalogOneNode() 1232 prop = xmlGetProp(cur, BAD_CAST "prefer"); in xmlParseXMLCatalogNode() 1246 prop = xmlGetProp(cur, BAD_CAST "id"); in xmlParseXMLCatalogNode() 1379 prop = xmlGetProp(cur, BAD_CAST "prefer"); in xmlParseXMLCatalogFile()
|
D | TODO | 166 - Check attribute normalization especially xmlGetProp()
|
D | xinclude.c | 184 ret = xmlGetProp(cur, name); in xmlXIncludeGetProp() 1858 encoding = xmlGetProp(ctxt->incTab[nr]->ref, XINCLUDE_PARSE_ENCODING); in xmlXIncludeLoadTxt()
|
D | libxml2.syms | 965 xmlGetProp;
|
D | xmlsave.c | 1609 httpequiv = xmlGetProp(tmp, BAD_CAST"http-equiv"); in xhtmlNodeDumpOutput()
|
D | elfgcchack.h | 4173 #undef xmlGetProp 4174 extern __typeof (xmlGetProp) xmlGetProp __attribute((alias("xmlGetProp__internal_alias"))); 4176 #ifndef xmlGetProp 4177 extern __typeof (xmlGetProp) xmlGetProp__internal_alias __attribute((visibility("hidden"))); 4178 #define xmlGetProp xmlGetProp__internal_alias macro
|
D | tree.c | 5296 return(xmlGetProp(cur, BAD_CAST "href")); in xmlNodeGetBase() 6718 xmlGetProp(const xmlNode *node, const xmlChar *name) { in xmlGetProp() function
|
D | NEWS | 2550 - fixed a hideous bug in xmlGetProp pointed by Rune.Djurhuus@fast.no
|
D | ChangeLog | 18762 * tree.c: fixed a hideous bug in xmlGetProp() thanks to 19434 * tree.c: fixed xmlGetProp to return "" when the attribute 19477 * tree.c: changed the behaviour of xmlGetProp on NULL values.
|
D | testapi.c | 20871 ret_val = xmlGetProp((const xmlNode *)node, (const xmlChar *)name); in test_xmlGetProp()
|
/external/libxml2/doc/tutorial/ |
D | includegetattribute.c | 15 uri = xmlGetProp(cur, "uri");
|
/external/parameter-framework/upstream/xmlserializer/ |
D | XmlElement.cpp | 87 xmlChar *pucXmlValue = xmlGetProp((xmlNode *)_pXmlElement, (const xmlChar *)name.c_str()); in getAttribute()
|
/external/libxml2/example/ |
D | gjobread.c | 129 ret->projectID = xmlGetProp(cur, (const xmlChar *) "ID"); in parseJob()
|
/external/libxml2/include/libxml/ |
D | tree.h | 1029 xmlGetProp (const xmlNode *node,
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1272 d xmlGetProp pr * extproc('xmlGetProp') xmlChar *
|
/external/libxml2/os400/iconv/bldcsndfa/ |
D | bldcsndfa.c | 857 s = xmlGetProp(node, name); in getNumAttr()
|
/external/libxml2/win32/ |
D | libxml2.def.src | 934 xmlGetProp
|