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

Service: createNode

This service creates an XML node within an existing XML document.

Input Parameter:

Name Type Description
nodeName: String The name of the XML node to be created.
domDocument: Object The XML document in which the node will be created.

Output Parameter:

Name Type Description
xmlNode: Object The newly created XML node.