XMLTextNode
Class XMLTextNode

There are no methods, functions, or properties unique to an XML text node.

XMLTextNode refers to the data that might fall between two element tags.

Example: <myElement>TextNode</myElement>

XMLTextNode is a subclass of XMLNode.