DOMDocument->createTextNodeCreate new text node
&reftitle.description;
DOMDocumentDOMTextcreateTextNodestringcontent
This function returns a new instance of class
DOMText. The content of the text is the value of
the passed parameter. &dom.node.inserted;
The return value is &false; if an error occurred.
See also DOMNode->appendChild(),
DOMDocument->createElement(),
DOMDocument->createAttribute() and
DOMDocument->createComment().