Function: toTextNode(string) Shorthand: toText(string) Description: Converts a string into a DOM text node. Returns: DOM Text Node. Example: var textNode = $A.toTextNode("She's a sad tomato.");