Back to Aurora Vision Studio website

You are here: Start » Filter Reference » System » Xml » Xml_AddChildNodes_OfArray

Xml_AddChildNodes_OfArray


Module: FoundationLite

Appends new children nodes to the XML node.

Name Type Description
Input value inParent XmlNode Parent XML node to which new nodes will be added.
Input value inChildren XmlNodeArray Nodes to be added.
Output value outNode XmlNode New node with added nodes.

Description

This filter appends new nodes from array as children to the selected node. New nodes should be created using Xml_CreateNode.

Remarks

Read more about how to handle XML in Working with XML Trees article.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Invalid inParent in Xml_AddChildNodes_OfArray.

Complexity Level

This filter is available on Basic Complexity Level.

See Also