Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlStringGetNodeList

1385 			    ent->children = xmlStringGetNodeList(doc,
1445 * xmlStringGetNodeList:
1454 xmlStringGetNodeList(xmlDocPtr doc, const xmlChar *value) {
1570 ent->children = xmlStringGetNodeList(doc,
1998 cur->children = xmlStringGetNodeList(doc, value);
2282 cur->children = xmlStringGetNodeList(doc, content);
2315 cur->children = xmlStringGetNodeList(doc, content);
5490 cur->children = xmlStringGetNodeList(cur->doc, content);