Start » Filter Reference » System » Xml » Xml_GetChildNode
Module: | FoundationLite |
---|
Gets a node child.
Name | Type | Range | Description | |
---|---|---|---|---|
inNode | XmlNode | Source node. | ||
inIndex | Integer | 0 - | Child node index. | |
outChild | XmlNode | Child node of the inNode. |
Description
This filter gets child from node's children list. If selected child doesn't exist an exception will be raised.
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 inIndex value in Xml_GetChildNode. |
DomainError | Invalid XmlNode in Xml_GetChildNode. |
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filter is member of Xml_GetChildNode filter group.
See Also
- Xml_AddChildNodes – Appends new children nodes to the XML node.
- Xml_AddChildNodes_OfArray – Appends new children nodes to the XML node.