Searched refs:xmlChars (Results 1 – 1 of 1) sorted by relevance
772 const xmlChar *xmlChars = (const xmlChar *) ZSTR_VAL(str); in dom_node_text_content_write() local788 xmlNode *textNode = xmlNewText(xmlChars); in dom_node_text_content_write()791 xmlNodeSetContent(nodep, xmlChars); in dom_node_text_content_write()
Completed in 8 milliseconds