Back to Adaptive Vision Studio website

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

Xml_AddChildNodes_OfArray


Appends new children nodes to the XML node.

Name Type Description
inParent XmlNode Parent XML node to which new nodes will be added.
inChildren XmlNodeArray Nodes to be added.
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 element inChild in Xml_AddChildNodes_OfArray.
DomainError Invalid inParent in Xml_AddChildNodes_OfArray.

Complexity Level

This filter is available on Basic Complexity Level.

See Also