Home
last modified time | relevance | path

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

/external/libxml2/
DHTMLtree.c682 value = xmlNodeListGetString(doc, cur->children, 0); in htmlAttrDumpOutput()
Dxmlreader.c258 ID = xmlNodeListGetString(doc, attr->children, 1); in xmlTextReaderRemoveID()
2331 ret = xmlNodeListGetString(reader->node->doc, cur->children, 1); in xmlTextReaderGetAttributeNo()
3535 return (xmlNodeListGetString in xmlTextReaderValue()
3538 return (xmlNodeListGetString(NULL, attr->children, 1)); in xmlTextReaderValue()
Dc14n.c928 value = xmlNodeListGetString(attr->doc, attr->children, 1); in xmlC14NPrintAttrs()
Dtree.c1629 xmlNodeListGetString(xmlDocPtr doc, xmlNodePtr list, int inLine) in xmlNodeListGetString() function
1665 buffer = xmlNodeListGetString(doc, ent->children, 1); in xmlNodeListGetString()
3996 id = xmlNodeListGetString(cur->doc, cur->children, 1); in xmlCopyPropInternal()
6435 ret = xmlNodeListGetString(prop->doc, prop->children, 1); in xmlGetPropNodeValueInternal()
9510 idVal = xmlNodeListGetString(cur->doc, cur->children, 1); in xmlDOMWrapCloneNode()
Dvalid.c2797 ID = xmlNodeListGetString(doc, attr->children, 1); in xmlRemoveID()
3116 ID = xmlNodeListGetString(doc, attr->children, 1); in xmlRemoveRef()
6448 value = xmlNodeListGetString(doc, attr->children, 0); in xmlValidateElement()
Delfgcchack.h6565 #undef xmlNodeListGetString
6566 extern __typeof (xmlNodeListGetString) xmlNodeListGetString __attribute((alias("xmlNodeListGetStrin…
6568 #ifndef xmlNodeListGetString
6569 extern __typeof (xmlNodeListGetString) xmlNodeListGetString__internal_alias __attribute((visibility…
6570 #define xmlNodeListGetString xmlNodeListGetString__internal_alias macro
Drelaxng.c6828 val = xmlNodeListGetString(node->doc, cur->children, 1); in xmlRelaxNGCleanupAttributes()
8935 value = xmlNodeListGetString(prop->doc, prop->children, 1); in xmlRelaxNGValidateAttribute()
8973 value = xmlNodeListGetString(prop->doc, prop->children, 1); in xmlRelaxNGValidateAttribute()
Dxmlschemas.c27764 xmlNodeListGetString(attr->doc, attr->children, 1), 1); in xmlSchemaVDocWalk()
/external/libxml2/include/libxml/
Dtree.h1002 xmlNodeListGetString (xmlDocPtr doc,