Home
last modified time | relevance | path

Searched refs:xmlNodeListGetString (Results 1 – 16 of 16) 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.c953 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()
DHTMLtree.c709 value = xmlNodeListGetString(doc, cur->children, 0); in htmlAttrDumpOutput()
Dxmlreader.c265 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()
Dlibxml2.syms1011 xmlNodeListGetString;
Dtree.c1665 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()
Dvalid.c2746 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()
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.c6955 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()
Dxmlschemas.c27919 xmlNodeListGetString(attr->doc, attr->children, 1), 1); in xmlSchemaVDocWalk()
Dtestapi.c22641 ret_val = xmlNodeListGetString(doc, (const xmlNode *)list, inLine); in test_xmlNodeListGetString()
/external/libxml2/include/libxml/
Dtree.h1049 xmlNodeListGetString (xmlDocPtr doc,
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle1277 d xmlNodeListGetString...
1278 d pr * extproc('xmlNodeListGetString') xmlChar *
/external/libxml2/win32/
Dlibxml2.def.src1288 xmlNodeListGetString