Returns a new Nodes
object containing a text node with the specified content.
Subclasses may change the content or other characteristics of the text returned. Subclasses may also change the nodes returned from this method. They may return a Nodes
object containing any number of nodes which are added or appended to the current parent node. This Nodes
object must not contain any Document
nodes. All of the nodes returned must be parentless. Subclasses may return an empty Nodes
to indicate the text should not be included in the finished document.
|
|
|
|
|
|
|
|