AddChildTextNode - cXMLDOMDocumentFragment

Encapsulates creation and addition of text nodes to a node

Type: Procedure

Parameters: String sValue

ParameterDescription
sValuethe text value to be added


Syntax
Procedure AddChildTextNode String sValue

Call: Send AddChildTextNode sValue


Description

AddChildTextNode encapsulates creation and addition of text nodes to a node.

Note:If for any reason the node cannot be added to the document, an error will be generated.