Home
last modified time | relevance | path

Searched refs:xmlNodeListGetString (Results 1 – 15 of 15) sorted by relevance

/external/libxml2/example/
Dgjobread.c66 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/
Dincludekeyword.c15 key = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
Dincludexpath.c64 keyword = xmlNodeListGetString(doc, nodeset->nodeTab[i]->xmlChildrenNode, 1);
/external/libxml2/
Dc14n.c965 value = xmlNodeListGetString(ctx->doc, attr->children, 1); in xmlC14NPrintAttrs()
1028 res = xmlNodeListGetString(ctx->doc, xml_base_attr->children, 1); in xmlC14NFixupBaseAttr()
1040 tmp_str = xmlNodeListGetString(ctx->doc, attr->children, 1); in xmlC14NFixupBaseAttr()
Dxmlreader.c265 ID = xmlNodeListGetString(doc, attr->children, 1); in xmlTextReaderRemoveID()
2374 ret = xmlNodeListGetString(reader->node->doc, cur->children, 1); in xmlTextReaderGetAttributeNo()
3583 return (xmlNodeListGetString in xmlTextReaderValue()
3586 return (xmlNodeListGetString(NULL, attr->children, 1)); in xmlTextReaderValue()
Dtree.c1676 xmlNodeListGetString(xmlDocPtr doc, const xmlNode *list, int inLine) in xmlNodeListGetString() function
1720 buffer = xmlNodeListGetString(doc, ent->children, 1); in xmlNodeListGetString()
2828 xmlChar *idVal = xmlNodeListGetString(doc, prop->children, in xmlSetTreeDoc()
4093 id = xmlNodeListGetString(cur->doc, cur->children, 1); in xmlCopyPropInternal()
6616 ret = xmlNodeListGetString(prop->doc, prop->children, 1); in xmlGetPropNodeValueInternal()
9752 idVal = xmlNodeListGetString(cur->doc, cur->children, 1); in xmlDOMWrapCloneNode()
Dlibxml2.syms1011 xmlNodeListGetString;
Dvalid.c2777 ID = xmlNodeListGetString(doc, attr->children, 1); in xmlRemoveID()
3098 ID = xmlNodeListGetString(doc, attr->children, 1); in xmlRemoveRef()
6440 value = xmlNodeListGetString(doc, attr->children, 0); in xmlValidateElement()
Delfgcchack.h6667 #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
Drelaxng.c6962 val = xmlNodeListGetString(node->doc, cur->children, 1); in xmlRelaxNGCleanupAttributes()
9114 value = xmlNodeListGetString(prop->doc, prop->children, 1); in xmlRelaxNGValidateAttribute()
9152 value = xmlNodeListGetString(prop->doc, prop->children, 1); in xmlRelaxNGValidateAttribute()
Dxmlschemas.c27988 xmlNodeListGetString(attr->doc, attr->children, 1), 1); in xmlSchemaVDocWalk()
Dtestapi.c22773 ret_val = xmlNodeListGetString(doc, (const xmlNode *)list, inLine); in test_xmlNodeListGetString()
/external/libxml2/include/libxml/
Dtree.h1050 xmlNodeListGetString (xmlDocPtr doc,
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle1305 d xmlNodeListGetString...
1306 d pr * extproc('xmlNodeListGetString') xmlChar *
/external/libxml2/win32/
Dlibxml2.def.src1288 xmlNodeListGetString