Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c1385 node = xmlNewDocText(doc, NULL); in xmlStringLenGetNodeList()
1457 node = xmlNewDocText(doc, NULL); in xmlStringLenGetNodeList()
1467 ret = xmlNewDocText(doc, BAD_CAST ""); in xmlStringLenGetNodeList()
1583 node = xmlNewDocText(doc, NULL); in xmlStringGetNodeList()
1649 node = xmlNewDocText(doc, NULL); in xmlStringGetNodeList()
1891 cur->children = xmlNewDocText(doc, value); in xmlNewPropInternal()
2394 cur->children = xmlNewDocText(doc, content); in xmlNewDocRawNode()
2653 xmlNewDocText(const xmlDoc *doc, const xmlChar *content) { in xmlNewDocText() function
6903 prop->children = xmlNewDocText(node->doc, value); in xmlSetNsProp()
Dlibxml2.syms986 xmlNewDocText;
Delfgcchack.h6155 #undef xmlNewDocText
6156 extern __typeof (xmlNewDocText) xmlNewDocText __attribute((alias("xmlNewDocText__internal_alias")));
6158 #ifndef xmlNewDocText
6159 extern __typeof (xmlNewDocText) xmlNewDocText__internal_alias __attribute((visibility("hidden")));
6160 #define xmlNewDocText xmlNewDocText__internal_alias macro
DSAX2.c1347 ret->children = xmlNewDocText(ctxt->myDoc, value); in xmlSAX2AttributeInternal()
Dxmlreader.c2905 reader->faketext = xmlNewDocText(reader->node->doc, in xmlTextReaderReadAttributeValue()
Dtestapi.c21637 ret_val = xmlNewDocText((const xmlDoc *)doc, (const xmlChar *)content); in test_xmlNewDocText()
/external/libxml2/include/libxml/
Dtree.h850 xmlNewDocText (const xmlDoc *doc,
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle949 d xmlNewDocText pr extproc('xmlNewDocText')
/external/libxml2/win32/
Dlibxml2.def.src1240 xmlNewDocText