Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c1379 node = xmlNewDocText(doc, NULL); in xmlStringLenGetNodeList()
1449 node = xmlNewDocText(doc, NULL); in xmlStringLenGetNodeList()
1459 ret = xmlNewDocText(doc, BAD_CAST ""); in xmlStringLenGetNodeList()
1575 node = xmlNewDocText(doc, NULL); in xmlStringGetNodeList()
1638 node = xmlNewDocText(doc, NULL); in xmlStringGetNodeList()
1880 cur->children = xmlNewDocText(doc, value); in xmlNewPropInternal()
2383 cur->children = xmlNewDocText(doc, content); in xmlNewDocRawNode()
2642 xmlNewDocText(const xmlDoc *doc, const xmlChar *content) { in xmlNewDocText() function
6892 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.c1340 ret->children = xmlNewDocText(ctxt->myDoc, value); in xmlSAX2AttributeInternal()
Dxmlreader.c2901 reader->faketext = xmlNewDocText(reader->node->doc, in xmlTextReaderReadAttributeValue()
Dtestapi.c21514 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.rpgle928 d xmlNewDocText pr extproc('xmlNewDocText')
/external/libxml2/win32/
Dlibxml2.def.src1240 xmlNewDocText