XmlDocument.CreateTextNode Method
| Explanation | Create a Text node. Not supported in Mobile, AI | |
| Call format | var text = xmldoc.CreateTextNode( data ) | |
| Return value | XmlText object | |
| Arguments | String data | Character string that is the initial value of the Text node |
| Exception | None | |
| Example of use | | |
| Related item | XmlText class | |