DOM Builder Reference > General XML API Methods > addNodeGroup
  
addNodeGroup
This method creates a group of element nodes and adds them as children under a given parent element node, each with a specified name and value.
The following table lists parameters of addNodeGroup.
 
Parameter Name
Type
Description
I/O
Req
nodeNames
Char
List of names of the new element nodes, delimited by the ASCII 3 (Progress chr(3)) character.
I
Y
nodeValues
Char
List of values of the new element nodes, delimited by the ASCII 3 (Progress chr(3)) character. The number of entries is the same as the nodeNames list, and the order of values is the same as the order of names.
I
N
parentNode
Handle
X-NODEREF object pointing to the node that will become the parent element of the new elements.
I
Y