Text object (Object/DOM)

The DOM level 1 specification describes a Text object which MSIE and Netscape 6.0 implement as a textNode object.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 5.0
Internet Explorer - 5.0
Netscape - 6.0
JavaScript syntax:-myText = new Text()

Refer to:

textNode object