Searched refs:text_node (Results 1 – 3 of 3) sorted by relevance
49 static xml_element* text_node(quickbook::string_view x) in text_node() function
95 builder.add_element(xml_element::text_node( in xml_parse()
3029 var text_node = output_document.createTextNode(template[i]);3030 element.appendChild(text_node);