Searched refs:xmlNodeListGetString (Results 1 – 16 of 16) sorted by relevance
/external/libxml2/example/ |
D | gjobread.c | 66 ret->name = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1); in parsePerson() 69 ret->email = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1); in parsePerson() 137 xmlNodeListGetString(doc, cur->xmlChildrenNode, 1); in parseJob() 141 xmlNodeListGetString(doc, cur->xmlChildrenNode, 1); in parseJob()
|
/external/libxml2/doc/tutorial/ |
D | includekeyword.c | 15 key = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
|
D | includexpath.c | 64 keyword = xmlNodeListGetString(doc, nodeset->nodeTab[i]->xmlChildrenNode, 1);
|
/external/libxml2/ |
D | c14n.c | 953 value = xmlNodeListGetString(ctx->doc, attr->children, 1); in xmlC14NPrintAttrs() 1016 res = xmlNodeListGetString(ctx->doc, xml_base_attr->children, 1); in xmlC14NFixupBaseAttr() 1028 tmp_str = xmlNodeListGetString(ctx->doc, attr->children, 1); in xmlC14NFixupBaseAttr()
|
D | HTMLtree.c | 709 value = xmlNodeListGetString(doc, cur->children, 0); in htmlAttrDumpOutput()
|
D | xmlreader.c | 265 ID = xmlNodeListGetString(doc, attr->children, 1); in xmlTextReaderRemoveID() 2366 ret = xmlNodeListGetString(reader->node->doc, cur->children, 1); in xmlTextReaderGetAttributeNo() 3575 return (xmlNodeListGetString in xmlTextReaderValue() 3578 return (xmlNodeListGetString(NULL, attr->children, 1)); in xmlTextReaderValue()
|
D | libxml2.syms | 1011 xmlNodeListGetString;
|
D | tree.c | 1665 xmlNodeListGetString(xmlDocPtr doc, const xmlNode *list, int inLine) in xmlNodeListGetString() function 1709 buffer = xmlNodeListGetString(doc, ent->children, 1); in xmlNodeListGetString() 4063 id = xmlNodeListGetString(cur->doc, cur->children, 1); in xmlCopyPropInternal() 6586 ret = xmlNodeListGetString(prop->doc, prop->children, 1); in xmlGetPropNodeValueInternal() 9722 idVal = xmlNodeListGetString(cur->doc, cur->children, 1); in xmlDOMWrapCloneNode()
|
D | valid.c | 2746 ID = xmlNodeListGetString(doc, attr->children, 1); in xmlRemoveID() 3066 ID = xmlNodeListGetString(doc, attr->children, 1); in xmlRemoveRef() 6399 value = xmlNodeListGetString(doc, attr->children, 0); in xmlValidateElement()
|
D | elfgcchack.h | 6667 #undef xmlNodeListGetString 6668 extern __typeof (xmlNodeListGetString) xmlNodeListGetString __attribute((alias("xmlNodeListGetStrin… 6670 #ifndef xmlNodeListGetString 6671 extern __typeof (xmlNodeListGetString) xmlNodeListGetString__internal_alias __attribute((visibility… 6672 #define xmlNodeListGetString xmlNodeListGetString__internal_alias macro
|
D | relaxng.c | 6955 val = xmlNodeListGetString(node->doc, cur->children, 1); in xmlRelaxNGCleanupAttributes() 9108 value = xmlNodeListGetString(prop->doc, prop->children, 1); in xmlRelaxNGValidateAttribute() 9146 value = xmlNodeListGetString(prop->doc, prop->children, 1); in xmlRelaxNGValidateAttribute()
|
D | xmlschemas.c | 27919 xmlNodeListGetString(attr->doc, attr->children, 1), 1); in xmlSchemaVDocWalk()
|
D | testapi.c | 22641 ret_val = xmlNodeListGetString(doc, (const xmlNode *)list, inLine); in test_xmlNodeListGetString()
|
/external/libxml2/include/libxml/ |
D | tree.h | 1049 xmlNodeListGetString (xmlDocPtr doc,
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1277 d xmlNodeListGetString... 1278 d pr * extproc('xmlNodeListGetString') xmlChar *
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1288 xmlNodeListGetString
|