Home
last modified time | relevance | path

Searched refs:xmlGetProp (Results 1 – 21 of 21) sorted by relevance

/external/libxml2/
Drunxmlconf.c308 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()
Drelaxng.c1543 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 …]
Drunsuite.c486 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()
Derror.c576 to->file = (char *) xmlGetProp(prev, BAD_CAST "href"); in __xmlRaiseError()
579 to->file = (char *) xmlGetProp(prev, BAD_CAST "href"); in __xmlRaiseError()
Dcatalog.c1160 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()
DTODO166 - Check attribute normalization especially xmlGetProp()
Dxinclude.c184 ret = xmlGetProp(cur, name); in xmlXIncludeGetProp()
1858 encoding = xmlGetProp(ctxt->incTab[nr]->ref, XINCLUDE_PARSE_ENCODING); in xmlXIncludeLoadTxt()
Dlibxml2.syms965 xmlGetProp;
Dxmlsave.c1609 httpequiv = xmlGetProp(tmp, BAD_CAST"http-equiv"); in xhtmlNodeDumpOutput()
Delfgcchack.h4173 #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
Dtree.c5296 return(xmlGetProp(cur, BAD_CAST "href")); in xmlNodeGetBase()
6718 xmlGetProp(const xmlNode *node, const xmlChar *name) { in xmlGetProp() function
DNEWS2550 - fixed a hideous bug in xmlGetProp pointed by Rune.Djurhuus@fast.no
DChangeLog18762 * 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.
Dtestapi.c20871 ret_val = xmlGetProp((const xmlNode *)node, (const xmlChar *)name); in test_xmlGetProp()
/external/libxml2/doc/tutorial/
Dincludegetattribute.c15 uri = xmlGetProp(cur, "uri");
/external/parameter-framework/upstream/xmlserializer/
DXmlElement.cpp87 xmlChar *pucXmlValue = xmlGetProp((xmlNode *)_pXmlElement, (const xmlChar *)name.c_str()); in getAttribute()
/external/libxml2/example/
Dgjobread.c129 ret->projectID = xmlGetProp(cur, (const xmlChar *) "ID"); in parseJob()
/external/libxml2/include/libxml/
Dtree.h1029 xmlGetProp (const xmlNode *node,
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle1272 d xmlGetProp pr * extproc('xmlGetProp') xmlChar *
/external/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c857 s = xmlGetProp(node, name); in getNumAttr()
/external/libxml2/win32/
Dlibxml2.def.src934 xmlGetProp