Searched refs:xmlNewText (Results 1 - 12 of 12) sorted by relevance

/external/libxml2/doc/examples/
H A Dtree2.c70 * Here goes another way to create nodes. xmlNewNode() and xmlNewText
75 node1 = xmlNewText(BAD_CAST
/external/parameter-framework/xmlserializer/
H A DXmlElement.cpp238 xmlAddChild(_pXmlElement, xmlNewText(BAD_CAST strContent.c_str()));
/external/libxml2/
H A Dlibxml2.syms998 xmlNewText;
H A Dxinclude.c1041 tmp = xmlNewText(content);
1897 node = xmlNewText(NULL);
H A Dxmlsave.c1365 cur->children = xmlNewText(cur->name);
H A Dxpointer.c1528 tmp = xmlNewText(content);
H A Delfgcchack.h6379 #undef xmlNewText macro
6380 extern __typeof (xmlNewText) xmlNewText __attribute((alias("xmlNewText__internal_alias")));
6382 #ifndef xmlNewText
6383 extern __typeof (xmlNewText) xmlNewText__internal_alias __attribute((visibility("hidden")));
6384 #define xmlNewText xmlNewText__internal_alias macro
H A Dtree.c2421 * xmlNewText:
2428 xmlNewText(const xmlChar *content) { function
2645 cur = xmlNewText(content);
H A Drelaxng.c7192 text = xmlNewText(name);
H A Dxmlschemas.c26236 textChild = xmlNewText(BAD_CAST normValue);
26239 textChild = xmlNewText(inode->decl->value);
26242 "calling xmlNewText()");
H A Dtestapi.c567 if (no == 0) return(xmlNewText(BAD_CAST "text"));
22007 ret_val = xmlNewText((const xmlChar *)content);
22013 printf("Leak of %d blocks found in xmlNewText",
[all...]
/external/libxml2/include/libxml/
H A Dtree.h852 xmlNewText (const xmlChar *content);

Completed in 345 milliseconds