Docs Menu
API Developer Guide / middleware / pub / xml / addChildNode

Service: addChildNode

This service adds a child node to a parent node in an XML document.

Input Parameter:

Name Type Description
parent: Object The parent XML node to which the child node will be added.
child: Object The child XML node to be added.

Output Parameter:

Name Type Description
Parent: Object The child XML node to be added.The parent XML node with the added child node.