Back to Aurora Vision Studio website

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

Xml_AddChildNodes


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 inChild1 XmlNode Node to be added.
Input value inChild2 XmlNode* Node to be added.
Input value inChild3 XmlNode* Node to be added.
Input value inChild4 XmlNode* Node to be added.
Input value inChild5 XmlNode* Node to be added.
Input value inChild6 XmlNode* Node to be added.
Input value inChild7 XmlNode* Node to be added.
Input value inChild8 XmlNode* Node to be added.
Output value outNode XmlNode New node with added nodes.

Description

This filter appends new nodes 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.
DomainError Unable to append nodes to the input node in Xml_AddChildNodes.

Complexity Level

This filter is available on Basic Complexity Level.

See Also