Back to FabImage Studio website
You are here: Start » Filter Reference » Xml » Xml_GetChildNode
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 here: Error Handling
Error type | Description |
---|---|
DomainError | Invalid XmlNode in Xml_GetChildNode. |
DomainError | Invalid inIndex value in Xml_GetChildNode. |
Complexity Level
This filter is available on Basic Complexity Level.