AddChildNode - cXMLDOMCDATASection
Adds a child node of specified type
Type: Function
Return Data Type: Handle
Parameters
| Parameter | Type | Description |
|---|---|---|
| iNodeType | Integer | Valid node types are:ConstantMeaning |
| sTagName | String | Tag Name for new node |
| sNameSpace | String | NamespaceURI name of new node |
Syntax
Function AddChildNode Integer iNodeType String sTagName String sNameSpace Returns Handle
Call Example
Get AddChildNode iNodeType sTagName sNameSpace to HandleVariable
Description
AddChildNode adds a child node and returns the object handle of the newly created object.
Return Value
Returns object handle of newly created and added node, zero if failure