Start » Filter Reference » System » Xml » Xml_AddChildNodes
Module: | FoundationLite |
---|
Appends new children nodes to the XML node.
Name | Type | Description | |
---|---|---|---|
inParent | XmlNode | Parent XML node to which new nodes will be added. | |
inChild1 | XmlNode | Node to be added. | |
inChild2 | XmlNode* | Node to be added. | |
inChild3 | XmlNode* | Node to be added. | |
inChild4 | XmlNode* | Node to be added. | |
inChild5 | XmlNode* | Node to be added. | |
inChild6 | XmlNode* | Node to be added. | |
inChild7 | XmlNode* | Node to be added. | |
inChild8 | XmlNode* | Node to be added. | |
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
- Xml_GetChildNode – Gets a node child.
- Xml_AddChildNodes_OfArray – Appends new children nodes to the XML node.