Home
last modified time | relevance | path

Searched refs:text_node (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/tools/quickbook/src/
Dxml_parse.hpp49 static xml_element* text_node(quickbook::string_view x) in text_node() function
Dxml_parse.cpp95 builder.add_element(xml_element::text_node( in xml_parse()
/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js3029 var text_node = output_document.createTextNode(template[i]);
3030 element.appendChild(text_node);