pub fn create_text_node(data: &str) -> Text
Expand description

Creates a DOM Text node. See Document.createTextNode.